Rustup to rustc 1.79.0-nightly (eb45c8444 2024-03-17)

This commit is contained in:
bjorn3 2024-03-18 13:59:53 +00:00
parent db15302b5d
commit 1aac27e6b6
2 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,6 @@ index 42a26ae..5ac1042 100644
+#![cfg(test)]
#![feature(alloc_layout_extra)]
#![feature(array_chunks)]
#![feature(array_windows)]
#![feature(array_ptr_get)]
--
2.21.0 (Apple Git-122)

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-03-16"
channel = "nightly-2024-03-18"
components = ["rust-src", "rustc-dev", "llvm-tools"]