Skip to content

Commit a4b36e5

Browse files
committed
Rustup to rustc 1.81.0-nightly (d7f6ebace 2024-06-16)
1 parent 0d1d004 commit a4b36e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patches/stdlib-lock.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ dependencies = [
158158

159159
[[package]]
160160
name = "hermit-abi"
161-
version = "0.3.9"
161+
version = "0.4.0"
162162
source = "registry+https://github.com/rust-lang/crates.io-index"
163-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
163+
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
164164
dependencies = [
165165
"compiler_builtins",
166166
"rustc-std-workspace-alloc",

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2024-06-11"
2+
channel = "nightly-2024-06-17"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]

0 commit comments

Comments
 (0)