diff --git a/rust-toolchain.toml b/rust-toolchain.toml index be23e27..85b4ed4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # on the stable channel as usual [toolchain] -channel = "nightly-2023-10-05" +channel = "nightly-2023-11-16" components = ["cargo", "clippy", "rustc", "rustc-dev", "rustfmt", "llvm-tools"]