We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lightyear/lightyear/Cargo.toml
Line 52 in 4425f91
Why is chrono pinned to 0.4.34?
It is causing me an issue, can we remove this pin?
The text was updated successfully, but these errors were encountered:
Unfortunately chrono 0.4.35 deprecated some TimeDelta constructors that are used in lightyear: chronotope/chrono#1450
I see that the change was reverted in subsequent versions; so it should be possible to use the latest version of chrono chronotope/chrono#1543
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
lightyear/lightyear/Cargo.toml
Line 52 in 4425f91
Why is chrono pinned to 0.4.34?
It is causing me an issue, can we remove this pin?
The text was updated successfully, but these errors were encountered: