tera
tera copied to clipboard
Replace dependency on chrono
Not sure if you aware of...
https://github.com/chronotope/chrono/issues/602#issuecomment-940218484
https://github.com/kube-rs/kube-rs/issues/650
Looks like a new release for chrono is on its way: https://github.com/chronotope/chrono/issues/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 https://github.com/Keats/tera/pull/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
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 chrono
crate has been picked up by reliable maintainers. I'm not convinced that switching out its use in Tera would have any advantages at all.