diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 11f4fb798c376..1dd649dc4c94d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -19,5 +19,5 @@ # to compile this workspace and run CI jobs. [toolchain] -channel = "1.85.0" +channel = "stable" components = ["rustfmt", "clippy"]