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

[Fix] Bump chrono to 0.4.27 #87

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

CyberHoward
Copy link
Contributor

Bumps chrono dependency of osmosis-std to v0.4.27 because >=v0.4.27 is incompatible with lower versions, causing our builds to fail:

error[E0599]: no function or associated item named `from_naive_utc_and_offset` found for struct `DateTime` in the current scope
  --> packages/osmosis-std/src/shim.rs:39:43
   |
39 |         let dt: DateTime<Utc> = DateTime::from_naive_utc_and_offset(dt, Utc);
   |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `DateTime<_>`

@triccs triccs mentioned this pull request Sep 18, 2023
@iboss-ptk iboss-ptk merged commit 1d1bf80 into osmosis-labs:main Sep 19, 2023
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.

2 participants