Skip to content

Commit

Permalink
fix: bump rust toolchain to 1.70.0
Browse files Browse the repository at this point in the history
Updated because as of current date running `cargo clippy --all` from
`clippy-preview` fails because clap_complete v4.4.0 has rust 1.70.0 minimum.
The command `cargo build --all` also depends on `anstream v0.5.0` which has
same rust version requirement.

anstream v0.5.0 and clap_complete v4.4.0 now have minimum rust 1.70.0
  • Loading branch information
kriswuollett committed Sep 5, 2023
1 parent e4829cc commit 4631e76
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.68.0
1.70.0

0 comments on commit 4631e76

Please sign in to comment.