1
Fork 0

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

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",
"f505736e45e256efcb36bf85b7f920ccef320435", "5794c837bc605c4cd9dbb884285976dfdb293cce",
"b012e6b58fa0f78d", "a64d8fdd0ed0d9c4",
"portable-simd", "portable-simd",
); );

View file

@ -150,9 +150,9 @@ dependencies = [
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.3.3" version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
dependencies = [ dependencies = [
"compiler_builtins", "compiler_builtins",
"rustc-std-workspace-alloc", "rustc-std-workspace-alloc",

View file

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