diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e8d3cdd..80afd2d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.80.1" +channel = "1.83.0" components = ["rustfmt", "clippy"]