-
Notifications
You must be signed in to change notification settings - Fork 533
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
Fix building chrono-fuzz #967
Conversation
Updating this was missed when adding `parse_from_xxx` methods to `DateTime<Utc>` in chronotope@925ca99.
I'd like to have most of these changes (except the first one, which I think wouldn't commit) on 0.4.x (from where we'll merge them to main), would you be able to retarget the PR (and rebase the changes)? |
Sure, give me a bit to figure it out. |
I recommend |
Actually, neither the first nor the last commit make sense on 0.4.x and considering chrono-fuzz hasn't been touched in 3 years adding it to CI in a stable branch now doesn't seem fruitful either. I can make a separate PR for that if you really want though. |
Since most development currently happens on 0.4.x, I would still appreciate such a PR for all the applicable changes. |
No functional change but makes this file self-consistent and consistent with the Dependabot docs.
Here you go: #968. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! |
parse_from_xxx
toDateTime<Utc>
#806