diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 25959e0e..65f01fa5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] # Released on: June 13, 2024 # https://releases.rs/docs/1.79.0/ -channel = "1.84.0" +channel = "1.84.1" components = ["rustfmt", "clippy"]