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'] }
1616panic_unwind = { path = " ../panic_unwind" , optional = true }
1717panic_abort = { path = " ../panic_abort" }
1818core = { path = " ../core" }
19+ libc = { version = " 0.2.79" , default-features = false , features = [' rustc-dep-of-std' ] }
1920compiler_builtins = { version = " 0.1.35" }
2021profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2122unwind = { path = " ../unwind" }
@@ -30,12 +31,6 @@ version = "0.20"
3031optional = true
3132default-features = false
3233features = [' 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 ]
4136rand = " 0.7"
You can’t perform that action at this time.
0 commit comments