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

Use once_cell to lower MSRV #33

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Use once_cell to lower MSRV #33

merged 1 commit into from
Dec 4, 2024

Conversation

messense
Copy link
Contributor

@messense messense commented Dec 1, 2024

std LazyLock requires Rust 1.80 which is bit too new for using this in maturin.

std `LazyLock` requires Rust 1.80 which is bit too new for using this in maturin.
@konstin konstin merged commit 274f1a3 into konstin:main Dec 4, 2024
@konstin
Copy link
Owner

konstin commented Dec 4, 2024

I published v0.7.3. It will be a bit awkward to keep this in sync with the uv vendored version where we dropped the once_cell dependency when it became part of std.

@messense messense deleted the once-cell branch December 4, 2024 15:38
@messense
Copy link
Contributor Author

messense commented Dec 4, 2024

Maybe we can feature gate once_cell to make it work for both uv and maturin.

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