-
Notifications
You must be signed in to change notification settings - Fork 57
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
0.4.3 was a breaking change #55
Comments
Version 0.4.3 also changed the Minimum Supported Rust Version:
|
Given the age of this release, I'm not sure there's any point in doing anything. I assume I'm the only one to be hit by the issue, and I'm just about to publish a patch release to my library that will support both 0.4.2 and 0.4.3. Just something to keep aware of for next time. |
Yup really sorry about that, i'm still having issues dealing with API and versions compatibilities 😞 Also, i really want to work on finally making the hex-1.0 release and dealing with stuff like MSRV but due to personal issues it's kinda complicated right now so i'm working on it sporadically I'll keep this issue open to keep it visible until the next release which will hopefully be better prepared ^^' |
Speaking from experience both the inability to add new feature flags and MSRV is annoying. Maybe annoying to the point of warranting support in |
FYI: If you're like me and realize you need to use
If you just do |
hex=0.4.3 was breaking the build, see: KokaKiwi/rust-hex#55 cargo-nono was reporting false positives on zeroize and num-bigint, so instead of using that in CI I'm instead building without the default `std` feature
hex=0.4.3 was breaking the build, see: KokaKiwi/rust-hex#55 cargo-nono was reporting false positives on zeroize and num-bigint, so instead of using that in CI I'm instead building without the default `std` feature
Moving an existing API under a feature flag is a breaking change to all users with
default-features = false
specified.The text was updated successfully, but these errors were encountered: