-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update x11rb
to v0.12
#101
Conversation
This is ready now again. Unfortunately we have a new duplicate dependency now:
|
Thanks for updating this PR again! Regarding the bitflags update, I don't see it as problematic for merging. Its the first semver incompatible change they've made in a long time and the rest of the crate ecosystem is working through it too. I will spin up a Wayland VM by the end of the weekend to smoke check this, but otherwise I think this is good to merge once its been rebased for the CI fix you opened earlier. |
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this branch in both Wayland via KDE Plasma and then X11 and Wayland on Ubuntu and all tests passed, confirming the updates didn't have any noticeable behavior changes.
This is good to go now, thanks again!
This is now released in v3.3.0. Thanks for your patience. |
This updates
x11rb
to v0.11.This increases the MSRV from v1.46 to v1.56. Which should be fine because the MSRV for
image
is also 1.56.Waiting for a new release of
wl-clipboard-rs
with YaLTeR/wl-clipboard-rs@71b6df7.