diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 56e712cee7..1db7e41d6c 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.92" +channel = "1.93"