Skip to content

Commit c3749dd

Browse files
committed
test: drop unused deps
1 parent 07c993e commit c3749dd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -5489,10 +5489,8 @@ dependencies = [
54895489
name = "test"
54905490
version = "0.0.0"
54915491
dependencies = [
5492-
"cfg-if",
54935492
"core",
54945493
"getopts",
5495-
"libc",
54965494
"panic_abort",
54975495
"panic_unwind",
54985496
"proc_macro",

library/test/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ edition = "2021"
77
crate-type = ["dylib", "rlib"]
88

99
[dependencies]
10-
cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
1110
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
1211
std = { path = "../std" }
1312
core = { path = "../core" }
14-
libc = { version = "0.2", default-features = false }
1513
panic_unwind = { path = "../panic_unwind" }
1614
panic_abort = { path = "../panic_abort" }
1715

0 commit comments

Comments
 (0)