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

chore: set minimum chrono version #341

Merged
merged 1 commit into from
Oct 20, 2023
Merged

chore: set minimum chrono version #341

merged 1 commit into from
Oct 20, 2023

Conversation

WanderingHogan
Copy link
Contributor

The old minimum version of chrono was 0.4 (so 0.4.0 to 0.4.31 which is current).

Raygun has a method, from_naive_utc_and_offset, which was not added to chrono until 0.4.27 https://docs.rs/chrono/0.4.27/chrono/index.html?search=from_naive_utc_and_offset

Setting it to that as the minimum helps with issues if another library has a lower minimum

What this PR does 📖

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤

@dariusc93 dariusc93 merged commit dea3b0a into main Oct 20, 2023
1 check passed
@dariusc93 dariusc93 deleted the bump-chrono-dep branch October 20, 2023 04:48
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.

3 participants