diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f06204d1..b475f2f9 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.84.1" +channel = "1.85.0" components = ["rustfmt", "clippy"]