File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1718,6 +1718,9 @@ dependencies = [
1718
1718
name = " libc"
1719
1719
version = " 0.2.79"
1720
1720
source = " git+https://github.com/lzutao/rust-libc?branch=i78184#b58a839d02b8d0dcc6a5a78cfd88f67a8af19808"
1721
+ dependencies = [
1722
+ " rustc-std-workspace-core" ,
1723
+ ]
1721
1724
1722
1725
[[package ]]
1723
1726
name = " libgit2-sys"
@@ -4632,7 +4635,7 @@ dependencies = [
4632
4635
" fortanix-sgx-abi" ,
4633
4636
" hashbrown" ,
4634
4637
" hermit-abi" ,
4635
- " libc 0.2.79 (registry +https://github.com/rust-lang/crates.io-index )" ,
4638
+ " libc 0.2.79 (git +https://github.com/lzutao/ rust-libc?branch=i78184 )" ,
4636
4639
" miniz_oxide" ,
4637
4640
" object 0.20.0" ,
4638
4641
" panic_abort" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ 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' ] }
20
19
compiler_builtins = { version = " 0.1.35" }
21
20
profiler_builtins = { path = " ../profiler_builtins" , optional = true }
22
21
unwind = { path = " ../unwind" }
@@ -31,6 +30,12 @@ version = "0.20"
31
30
optional = true
32
31
default-features = false
33
32
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"
34
39
35
40
[dev-dependencies ]
36
41
rand = " 0.7"
You can’t perform that action at this time.
0 commit comments