diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a9bacfa..73cb934 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.71" -components = ["rustfmt", "clippy"] \ No newline at end of file +channel = "stable" +components = ["rustfmt", "clippy"]