Skip to content

Commit fcd5967

Browse files
committed
Remove pin of the libc crate for the sysroot
The latest libc version has fixed the compilation error
1 parent a76748e commit fcd5967

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build_sysroot/Cargo.lock

Lines changed: 2 additions & 3 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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ test = { path = "./sysroot_src/src/libtest" }
1212

1313
alloc_system = { path = "./alloc_system" }
1414

15-
libc = { version = "=0.2.69", default-features = false } # FIXME rustc 1.45.0-nightly (7ebd87a7a 2020-05-08) ices on libc 0.2.70
16-
1715
[patch.crates-io]
1816
rustc-std-workspace-core = { path = "./sysroot_src/src/tools/rustc-std-workspace-core" }
1917
rustc-std-workspace-alloc = { path = "./sysroot_src/src/tools/rustc-std-workspace-alloc" }

0 commit comments

Comments
 (0)