Skip to content

Commit 8e234d5

Browse files
committed
Rustup to rustc 1.50.0-nightly (b32e6e6 2020-12-16)
1 parent 0f57e1c commit 8e234d5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

build_sysroot/Cargo.lock

Lines changed: 4 additions & 4 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ version = "0.0.0"
55

66
[dependencies]
77
core = { path = "./sysroot_src/library/core" }
8-
compiler_builtins = "0.1"
98
alloc = { path = "./sysroot_src/library/alloc" }
109
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
1110
test = { path = "./sysroot_src/library/test" }
1211

1312
alloc_system = { path = "./alloc_system" }
1413

14+
compiler_builtins = { version = "=0.1.36", default-features = false }
15+
1516
[patch.crates-io]
1617
rustc-std-workspace-core = { path = "./sysroot_src/library/rustc-std-workspace-core" }
1718
rustc-std-workspace-alloc = { path = "./sysroot_src/library/rustc-std-workspace-alloc" }

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2020-12-03
1+
nightly-2020-12-17

0 commit comments

Comments
 (0)