diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 553747b2..3425f948 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] profile = "minimal" # use the nightly version of the last stable toolchain, see -channel = "nightly-2022-08-05" +channel = "nightly-2023-10-09" components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]