File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5497,10 +5497,8 @@ dependencies = [
5497
5497
name = " test"
5498
5498
version = " 0.0.0"
5499
5499
dependencies = [
5500
- " cfg-if" ,
5501
5500
" core" ,
5502
5501
" getopts" ,
5503
- " libc" ,
5504
5502
" panic_abort" ,
5505
5503
" panic_unwind" ,
5506
5504
" proc_macro" ,
Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ edition = "2021"
7
7
crate-type = [" dylib" , " rlib" ]
8
8
9
9
[dependencies ]
10
- cfg-if = { version = " 1.0" , features = [' rustc-dep-of-std' ] }
11
10
getopts = { version = " 0.2.21" , features = [' rustc-dep-of-std' ] }
12
11
std = { path = " ../std" }
13
12
core = { path = " ../core" }
14
- libc = { version = " 0.2" , default-features = false }
15
13
panic_unwind = { path = " ../panic_unwind" }
16
14
panic_abort = { path = " ../panic_abort" }
17
15
You can’t perform that action at this time.
0 commit comments