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 @@ -5489,10 +5489,8 @@ dependencies = [
5489
5489
name = " test"
5490
5490
version = " 0.0.0"
5491
5491
dependencies = [
5492
- " cfg-if" ,
5493
5492
" core" ,
5494
5493
" getopts" ,
5495
- " libc" ,
5496
5494
" panic_abort" ,
5497
5495
" panic_unwind" ,
5498
5496
" 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