File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
16
16
panic_unwind = { path = " ../panic_unwind" , optional = true }
17
17
panic_abort = { path = " ../panic_abort" }
18
18
core = { path = " ../core" }
19
+ libc = { version = " 0.2.79" , default-features = false , features = [' rustc-dep-of-std' ] }
19
20
compiler_builtins = { version = " 0.1.35" }
20
21
profiler_builtins = { path = " ../profiler_builtins" , optional = true }
21
22
unwind = { path = " ../unwind" }
@@ -30,12 +31,6 @@ version = "0.20"
30
31
optional = true
31
32
default-features = false
32
33
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"
39
34
40
35
[dev-dependencies ]
41
36
rand = " 0.7"
You can’t perform that action at this time.
0 commit comments