Rustup to rustc 1.78.0-nightly (1a648b397 2024-02-11)

This commit is contained in:
bjorn3 2024-02-12 16:58:51 +00:00
parent c98301d3b2
commit 3669dba8e8
4 changed files with 7 additions and 6 deletions

View File

@ -133,8 +133,8 @@ pub(crate) static REGEX: CargoProject = CargoProject::new(&REGEX_REPO.source_dir
pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github( pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github(
"rust-lang", "rust-lang",
"portable-simd", "portable-simd",
"97007cc2e70df8c97326ce896a79e2f0ce4dd98b", "f505736e45e256efcb36bf85b7f920ccef320435",
"e54a16035cedf205", "b012e6b58fa0f78d",
"portable-simd", "portable-simd",
); );

View File

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

View File

@ -161,9 +161,9 @@ dependencies = [
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.150" version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
dependencies = [ dependencies = [
"rustc-std-workspace-core", "rustc-std-workspace-core",
] ]
@ -398,6 +398,7 @@ version = "0.0.0"
dependencies = [ dependencies = [
"core", "core",
"getopts", "getopts",
"libc",
"panic_abort", "panic_abort",
"panic_unwind", "panic_unwind",
"std", "std",

View File

@ -1,3 +1,3 @@
[toolchain] [toolchain]
channel = "nightly-2024-01-27" channel = "nightly-2024-02-12"
components = ["rust-src", "rustc-dev", "llvm-tools"] components = ["rust-src", "rustc-dev", "llvm-tools"]