-
Notifications
You must be signed in to change notification settings - Fork 284
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
Replace dependency on chrono #706
Comments
Looks like a new release for chrono is on its way: chronotope/chrono#674 . A beta and an rc have been published already. |
chrono v0.4.20 has been released. Let's go! |
I took the liberty to open a PR #741 |
I think replacing chrono with time (of which chrono is derived) makes sense, a single update doesn't make it maintained. |
There have been like 75 commits since 0.4.20. The plan to make dependencies optional using feature flags sounds way more useful |
Or move to something like the time crate which chrono uses and seems to be better maintained. |
FWIW, as of now, the |
Not sure if you aware of...
chronotope/chrono#602 (comment)
kube-rs/kube#650
The text was updated successfully, but these errors were encountered: