Rustup to rustc 1.81.0-nightly (d7f6ebace 2024-06-16)

This commit is contained in:
bjorn3 2024-06-17 07:57:10 +00:00
parent 0d1d00478c
commit a4b36e5adb
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-06-11"
channel = "nightly-2024-06-17"
components = ["rust-src", "rustc-dev", "llvm-tools"]