Skip to content

Commit

Permalink
Bump the rust toolchain version
Browse files Browse the repository at this point in the history
After running cargo update, the following change was added

updating clap_lex v0.5.0 -> v0.5.1

This made it so that the project failed to build with the following
error

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

So I've bumped the version to the latest stable version
  • Loading branch information
mariari committed Aug 28, 2023
1 parent 1038e4a commit 00c86ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.67.1
1.72.0

0 comments on commit 00c86ca

Please sign in to comment.