Skip to content

Commit 5320a80

Browse files
committed
Rustup to rustc 1.78.0-nightly (9c3ad80 2024-03-07)
1 parent dd7117b commit 5320a80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-
"f505736e45e256efcb36bf85b7f920ccef320435",
137-
"b012e6b58fa0f78d",
136+
"5794c837bc605c4cd9dbb884285976dfdb293cce",
137+
"a64d8fdd0ed0d9c4",
138138
"portable-simd",
139139
);
140140

patches/stdlib-lock.toml

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

151151
[[package]]
152152
name = "hermit-abi"
153-
version = "0.3.3"
153+
version = "0.3.9"
154154
source = "registry+https://github.com/rust-lang/crates.io-index"
155-
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
155+
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
156156
dependencies = [
157157
"compiler_builtins",
158158
"rustc-std-workspace-alloc",

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-02-20"
2+
channel = "nightly-2024-03-08"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]

0 commit comments

Comments
 (0)