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

chore: bump rust-toolchain to fix test build (clap version mismatch) #262

Closed

Conversation

nulltea
Copy link

@nulltea nulltea commented Feb 20, 2024

Build of tests in community-edition is failing because the latest version of clap required by criterion requires rust 1.74.

error: package `clap v4.5.0` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.73.0-nightly
Either upgrade to rustc 1.74 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `clap` supporting rustc 1.73.0-nightly

This PR bumps the version of rust toolkit to nightly-2023-11-16.

@nulltea
Copy link
Author

nulltea commented Feb 21, 2024

Haven't seen #260. Closing this as a duplicate.

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.

1 participant