-
Notifications
You must be signed in to change notification settings - Fork 105
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
Unpin time-rs version #246
Comments
Besides, is there a good reason to keep both |
I'd accept either a PR or even a concrete suggestion for simplifying these uses. Should |
That depends on your usage of course, but I find |
Right; |
Regarding the pinning issue though, would it be OK to bump this crate's MSRV to 1.51 and unpin |
This would be acceptable I think, I need to cut a release to respond to the Brotli vulnerability anyway so I can roll this change into that release. |
@mzabaluev this is complete and released as v3.5.0 34d3134. |
(Or rather, it will be, once crates.io stops 503ing when you try and publish a release.) |
The pin for
time =0.3.2
, while helping you keep consistency on MSRV, unfortunately gets in the way of other crates that would like to depend ontime ^0.3.5
forchecked_add
/checked_sub
(which should really be used everywhere in preference over the panicky overloaded operators), but don't care that much about keeping their MSRV back.The text was updated successfully, but these errors were encountered: