Skip to content

Commit a255965

Browse files
committed
Rustup to rustc 1.80.0-nightly (debd22da6 2024-05-29)
1 parent a0ea60b commit a255965

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

patches/stdlib-lock.toml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ version = 3
44

55
[[package]]
66
name = "addr2line"
7-
version = "0.21.0"
7+
version = "0.22.0"
88
source = "registry+https://github.com/rust-lang/crates.io-index"
9-
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
9+
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
1010
dependencies = [
1111
"compiler_builtins",
12-
"gimli",
12+
"gimli 0.29.0",
1313
"rustc-std-workspace-alloc",
1414
"rustc-std-workspace-core",
1515
]
@@ -133,6 +133,17 @@ dependencies = [
133133
"rustc-std-workspace-core",
134134
]
135135

136+
[[package]]
137+
name = "gimli"
138+
version = "0.29.0"
139+
source = "registry+https://github.com/rust-lang/crates.io-index"
140+
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
141+
dependencies = [
142+
"compiler_builtins",
143+
"rustc-std-workspace-alloc",
144+
"rustc-std-workspace-core",
145+
]
146+
136147
[[package]]
137148
name = "hashbrown"
138149
version = "0.14.3"
@@ -286,9 +297,9 @@ dependencies = [
286297

287298
[[package]]
288299
name = "rustc-demangle"
289-
version = "0.1.23"
300+
version = "0.1.24"
290301
source = "registry+https://github.com/rust-lang/crates.io-index"
291-
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
302+
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
292303
dependencies = [
293304
"compiler_builtins",
294305
"rustc-std-workspace-core",
@@ -430,7 +441,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
430441
checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
431442
dependencies = [
432443
"compiler_builtins",
433-
"gimli",
444+
"gimli 0.28.1",
434445
"rustc-std-workspace-core",
435446
]
436447

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-05-23"
2+
channel = "nightly-2024-05-30"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]

0 commit comments

Comments
 (0)