Skip to content

Commit 1b2ab92

Browse files
committed
test: drop unused deps
1 parent 47a64b8 commit 1b2ab92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Cargo.toml

Lines changed: 0 additions & 2 deletions
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)