diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3b1b374..db2c0e8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.81.0" +channel = "1.82.0" profile = "default" components = ["rust-analyzer", "rust-src"] targets = ["thumbv7em-none-eabihf"]