diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 29ce4c9..092af86 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly" +channel = "nightly-2024-11-11" components = ["rustfmt", "clippy", "llvm-tools-preview", "rust-src", "miri"] profile = "default" targets = ["x86_64-unknown-none"] \ No newline at end of file