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

Replace dependency on chrono #706

Open
kolbma opened this issue Jan 20, 2022 · 7 comments
Open

Replace dependency on chrono #706

kolbma opened this issue Jan 20, 2022 · 7 comments

Comments

@kolbma
Copy link

kolbma commented Jan 20, 2022

Not sure if you aware of...

chronotope/chrono#602 (comment)
kube-rs/kube#650

@atezet
Copy link
Contributor

atezet commented Jul 28, 2022

Looks like a new release for chrono is on its way: chronotope/chrono#674 . A beta and an rc have been published already.

@Xuanwo
Copy link

Xuanwo commented Aug 4, 2022

chrono v0.4.20 has been released. Let's go!

@atezet
Copy link
Contributor

atezet commented Aug 4, 2022

I took the liberty to open a PR #741

@nullr0ute
Copy link

I think replacing chrono with time (of which chrono is derived) makes sense, a single update doesn't make it maintained.

@atezet
Copy link
Contributor

atezet commented Oct 31, 2022

There have been like 75 commits since 0.4.20. The plan to make dependencies optional using feature flags sounds way more useful

@nullr0ute
Copy link

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.

@robjtede
Copy link
Contributor

robjtede commented Jul 9, 2023

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.

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

No branches or pull requests

5 participants