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: explicitly require chrono 0.4.31 or greater #1641

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

rtyler
Copy link
Member

@rtyler rtyler commented Sep 19, 2023

The Python binding relies on timestamp_nanos_opt() which requires 0.4.31 or greater from chroni since it did not previously exist.

As a cargo dependency refresher this version range is >=0.4.31, < 0.5.0 which is I believe what we need for optimal downstream compatibility.

Related to #1635 and #1631

(silly chrono!)

The Python binding relies on `timestamp_nanos)opt()` which requires 0.4.31 or
greater from chroni since it did not previously exist.

As a [cargo dependency
refresher](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio)
this version range is >=0.4.31, < 0.5.0 which is I believe what we need for
optimal downstream compatibility.
@rtyler rtyler marked this pull request as ready for review September 19, 2023 04:07
@rtyler rtyler added this to the Rust v0.16 milestone Sep 19, 2023
@rtyler rtyler enabled auto-merge (rebase) September 19, 2023 04:07
@rtyler rtyler merged commit fdebcd6 into delta-io:main Sep 19, 2023
21 checks passed
@rtyler rtyler deleted the chrono-versions-are-heck branch September 19, 2023 04:36
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