Skip to content

Commit 3669dba

Browse files
committed
Rustup to rustc 1.78.0-nightly (1a648b397 2024-02-11)
1 parent c98301d commit 3669dba

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

build_system/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ pub(crate) static REGEX: CargoProject = CargoProject::new(&REGEX_REPO.source_dir
133133
pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github(
134134
"rust-lang",
135135
"portable-simd",
136-
"97007cc2e70df8c97326ce896a79e2f0ce4dd98b",
137-
"e54a16035cedf205",
136+
"f505736e45e256efcb36bf85b7f920ccef320435",
137+
"b012e6b58fa0f78d",
138138
"portable-simd",
139139
);
140140

patches/0022-coretests-Disable-not-compiling-tests.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ index 42a26ae..5ac1042 100644
3939
+#![cfg(test)]
4040
#![feature(alloc_layout_extra)]
4141
#![feature(array_chunks)]
42-
#![feature(array_methods)]
42+
#![feature(array_windows)]
4343
--
4444
2.21.0 (Apple Git-122)

patches/stdlib-lock.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ dependencies = [
161161

162162
[[package]]
163163
name = "libc"
164-
version = "0.2.150"
164+
version = "0.2.153"
165165
source = "registry+https://github.com/rust-lang/crates.io-index"
166-
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
166+
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
167167
dependencies = [
168168
"rustc-std-workspace-core",
169169
]
@@ -398,6 +398,7 @@ version = "0.0.0"
398398
dependencies = [
399399
"core",
400400
"getopts",
401+
"libc",
401402
"panic_abort",
402403
"panic_unwind",
403404
"std",

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2024-01-27"
2+
channel = "nightly-2024-02-12"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]

0 commit comments

Comments
 (0)