-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
How urgent is this for you? It looks like the reason why 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 |
On Mon, Jan 13, 2020 at 09:32 -0800, Henri Sivonen wrote:
> and publish a new crate if possible.
How urgent is this for you?
it's not very urgent but leads to duplicate dependencies.
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.
indeed.
thanks for caring.
|
and publish a new crate if possible. thanks :)
The text was updated successfully, but these errors were encountered: