Skip to content

Conversation

@chrislearn
Copy link
Contributor

In CI MSRV is set to 1.56. It seems lock once_cell to 1.14 is not necessary,and this lock cause conflict with many other crates.

Cargo.toml Outdated

# Necessary to overcome msrv check of rust 1.49, as 1.15.0 failed
once_cell = "=1.14"
once_cell = "1.17"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we require .17? What's the minimum version we need? That should be what is set here. Then, anyone else who is holding back upgrades isn't forced by us.

@seanmonstar seanmonstar merged commit 5da451d into hyperium:master Feb 22, 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