Skip to content

Commit 332b54a

Browse files
committed
Rustup to rustc 1.71.0-nightly (74c4821 2023-05-04)
1 parent 7905fa9 commit 332b54a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build_sysroot/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_sysroot/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ core = { path = "./sysroot_src/library/core" }
77
alloc = { path = "./sysroot_src/library/alloc" }
88
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
99
test = { path = "./sysroot_src/library/test" }
10+
proc_macro = { path = "./sysroot_src/library/proc_macro" }
1011

1112
compiler_builtins = { version = "0.1.87", default-features = false, features = ["no-asm"] }
1213

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

0 commit comments

Comments
 (0)