-
-
Notifications
You must be signed in to change notification settings - Fork 45
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 image
dependency to 0.25
#208
base: master
Are you sure you want to change the base?
Conversation
xcommon/Cargo.toml
Outdated
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT" | |||
anyhow = "1.0.68" | |||
byteorder = "1.4.3" | |||
dunce = "1" | |||
image = { version = "0.24.5", default-features = false, features = ["png", "webp"] } | |||
image = { version = "0.25.5", default-features = false, features = ["png", "webp"] } |
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'd love to see if 0.25.0 would work equally well :)
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.
Sadly, it doesn't. But 0.25.2 does.
Only imports within the same module share a line.
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'll accept and merge this for now, but want to have -Zminimal-version
CI checking in place before incorporating any other upgrades.
Likewise we need to have an MSRV policy. This dependency bumps from |
This updates the image crate and updates the code for incompatible changes