diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3080126ac..e70a002d0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.97.1" +channel = "1.98.0" components = ['rustfmt', 'clippy', 'llvm-tools-preview', 'rust-src', 'rust-analyzer']