-
Notifications
You must be signed in to change notification settings - Fork 35
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 x11-clipboard to "0.6.1" #41
Conversation
Cargo.toml
Outdated
@@ -26,5 +26,5 @@ objc_id = "0.1" | |||
objc-foundation = "0.1" | |||
|
|||
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="ios", target_os="emscripten"))))'.dependencies] | |||
x11-clipboard = { version = "0.5.1", optional = true } | |||
x11-clipboard = { version = "0.6", optional = true } |
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.
x11-clipboard = { version = "0.6", optional = true } | |
x11-clipboard = { version = "0.6.1", optional = true } |
Should always specify the minimum semver version actually tested.
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.
sounds reasonable, just updated. thank you
I guess we have to wait until
from https://builds.sr.ht/~undeadleech/job/779688#task-oldstable-50 why
|
If we want to make update of Now it's |
Updating MSRV is no problem if there's a decent reason to do so. The general guideline is that updating to anything up to the latest version shipped by Ubuntu should be perfectly fine. |
Related #43 |
@chrisduerr please review if you get a chance. thank you :) |
Thank you :) |
No description provided.