Skip to content

Commit 8b1c607

Browse files
committed
fixup! one libc
1 parent 5f08588 commit 8b1c607

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

library/std/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
1616
panic_unwind = { path = "../panic_unwind", optional = true }
1717
panic_abort = { path = "../panic_abort" }
1818
core = { path = "../core" }
19+
libc = { version = "0.2.79", default-features = false, features = ['rustc-dep-of-std'] }
1920
compiler_builtins = { version = "0.1.35" }
2021
profiler_builtins = { path = "../profiler_builtins", optional = true }
2122
unwind = { path = "../unwind" }
@@ -30,12 +31,6 @@ version = "0.20"
3031
optional = true
3132
default-features = false
3233
features = ['read_core', 'elf', 'macho', 'pe']
33-
[dependencies.libc]
34-
version = "0.2"
35-
default-features = false
36-
features = ['rustc-dep-of-std']
37-
git = "https://github.com/lzutao/rust-libc"
38-
branch = "i78184"
3934

4035
[dev-dependencies]
4136
rand = "0.7"

0 commit comments

Comments
 (0)