Skip to content
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

please update to base64 0.11.0 #1

Closed
hpk42 opened this issue Dec 20, 2019 · 2 comments · Fixed by #2
Closed

please update to base64 0.11.0 #1

hpk42 opened this issue Dec 20, 2019 · 2 comments · Fixed by #2

Comments

@hpk42
Copy link

hpk42 commented Dec 20, 2019

and publish a new crate if possible. thanks :)

@hsivonen
Copy link
Owner

and publish a new crate if possible.

How urgent is this for you?

It looks like the reason why base64 did a semver-breaking version increment is that its minimum supported Rust version changed to 1.34. This crate's previous MSRV was 1.31. If this crate doesn't now treat an MSRV change as requiring a semver change, base64's semver change is pointless. However, it's bad for the ecosystem for one MSRV change at a leaf crate to cause a semver change and associated work for all transitively dependent crates when there are no breaking API or behavior changes.

The RFC for resolving for this problem was finally merged in October. It this crate waited for implementation to arrive before doing a new release, the next release of this crate could specify MSRV in Cargo.toml without a semver change.

@hpk42
Copy link
Author

hpk42 commented Jan 13, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants