-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: Bump Rust version to 1.78 in rust-toolchain #254
Conversation
A transitive dependency (cargo-platform) has been updated and now requires min Rust version 1.78. Our library can still be used with a lower Rust version but our tests/benchmarks will be run with 1.78.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to unblock you. We should figure out why, for example, vec_insert_u64
regresses ~5%...
I think there are two things at play here:
|
A transitive dependency (cargo-platform) has been updated and now requires min Rust version 1.78.
Our library can still be used with a lower Rust version but our tests/benchmarks will be run with 1.78.