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 = [
54895489name = " test"
54905490version = " 0.0.0"
54915491dependencies = [
5492- " cfg-if" ,
54935492 " core" ,
54945493 " getopts" ,
5495- " libc" ,
54965494 " panic_abort" ,
54975495 " panic_unwind" ,
54985496 " 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