diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d8a6cce5a1..b9ef921b05 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] # We pin the minor version to prevent new Clippy lints from breaking CI. # But, we still want to pick up new patch versions. -channel = "1.96" +channel = "1.97"