diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d6ac890..bc0924b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.78.0" +channel = "1.83.0" components = ["rust-src", "rust-analyzer", "llvm-tools-preview"] profile = "default"