Rustup to rustc 1.78.0-nightly (9c3ad802d 2024-03-07)

This commit is contained in:
bjorn3
2024-03-08 10:22:03 +00:00
parent dd7117b543
commit 5320a800e3
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -133,8 +133,8 @@ const fn jit_bin(config: &'static str, source: &'static str, args: &'static str)
pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github(
"rust-lang",
"portable-simd",
"f505736e45e256efcb36bf85b7f920ccef320435",
"b012e6b58fa0f78d",
"5794c837bc605c4cd9dbb884285976dfdb293cce",
"a64d8fdd0ed0d9c4",
"portable-simd",
);
+2 -2
View File
@@ -150,9 +150,9 @@ dependencies = [
[[package]]
name = "hermit-abi"
version = "0.3.3"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-alloc",
+1 -1
View File
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-02-20"
channel = "nightly-2024-03-08"
components = ["rust-src", "rustc-dev", "llvm-tools"]