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

feat: update rust toolchain to 1.66.0 #798

Closed
wants to merge 1 commit into from

Conversation

hunjixin
Copy link

update toolchain to resolve

error: package `rayon-core v1.12.0` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.60.0


error: package `constant_time_eq v0.3.0` cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.63.0

@str4d
Copy link
Contributor

str4d commented Nov 22, 2023

#805 adds a lockfile that enables us to maintain our current MSRV of 1.60. So there is no urgency to bump it to 1.66 (and we should instead look at what features bumping MSRV gains us, and what fraction of the userbase will become unable to use the crates).

@hunjixin hunjixin closed this Jan 27, 2024
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