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 = [
54975497name = " test"
54985498version = " 0.0.0"
54995499dependencies = [
5500- " cfg-if" ,
55015500 " core" ,
55025501 " getopts" ,
5503- " libc" ,
55045502 " panic_abort" ,
55055503 " panic_unwind" ,
55065504 " proc_macro" ,
Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ edition = "2021"
77crate-type = [" dylib" , " rlib" ]
88
99[dependencies ]
10- cfg-if = { version = " 1.0" , features = [' rustc-dep-of-std' ] }
1110getopts = { version = " 0.2.21" , features = [' rustc-dep-of-std' ] }
1211std = { path = " ../std" }
1312core = { path = " ../core" }
14- libc = { version = " 0.2" , default-features = false }
1513panic_unwind = { path = " ../panic_unwind" }
1614panic_abort = { path = " ../panic_abort" }
1715
You can’t perform that action at this time.
0 commit comments