-
Notifications
You must be signed in to change notification settings - Fork 543
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
Way to spell TimeDelta::MIN
on older chrono versions
#1640
Comments
Why do you have an older minimum version of chrono? |
We only use |
Yes, it doesn't seem like a big deal. Could go with 0.4.38 if that's new enough since 0.4.39 is relatively recent. Or just suppress the warning about deprecation in your test. |
Cool, we'll just do |
Over at PyO3/pyo3#4785 we're confused about how to update a test that uses
min_value
to not emit a deprecation warning on the newest chrono version but still be runnable on our minimum supported version. The suggestion in the deprecation message is only possible on the latest version of chrono.The text was updated successfully, but these errors were encountered: