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

Use chrono::OutOfRangeError #5

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Use chrono::OutOfRangeError #5

merged 1 commit into from
Jun 1, 2023

Conversation

pitdicker
Copy link
Contributor

Since version 0.4.23 chrono has its own OutOfRangeError.
It is currently a re-export of time::OutOfRangeError, but we would like to break that in chrono in a minor release.

The reason is that there is a security advisory against time 0.1 that bugs many downstream users of chrono, while only a handful of crates, including yours, rely on the types in time 0.1 and chrono being the same.

Will you please accept this PR, and maybe release a new minor version?

@tylerreisinger
Copy link
Owner

Will do, thanks for the PR.

@tylerreisinger tylerreisinger merged commit 7d63436 into tylerreisinger:master Jun 1, 2023
@pitdicker
Copy link
Contributor Author

Thank you!

@pitdicker pitdicker deleted the chrono_out_of_range_error branch June 1, 2023 14:01
@djc
Copy link

djc commented Jun 1, 2023

(Just for context on a potential crates.io release, there is a seemingly active project that depends on float_duration other than your game_time, that might mostly be helpful to them.)

@main--
Copy link

main-- commented Feb 22, 2024

@tylerreisinger Could you push a new release of this crate to crates.io? The latest release there is still v0.3.3 from 6 years ago (which is incompatible with current versions of chrono).

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

Successfully merging this pull request may close these issues.

4 participants