We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a64b8 commit 1b2ab92Copy full SHA for 1b2ab92
test/Cargo.toml
@@ -7,11 +7,9 @@ edition = "2021"
7
crate-type = ["dylib", "rlib"]
8
9
[dependencies]
10
-cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
11
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
12
std = { path = "../std" }
13
core = { path = "../core" }
14
-libc = { version = "0.2", default-features = false }
15
panic_unwind = { path = "../panic_unwind" }
16
panic_abort = { path = "../panic_abort" }
17
0 commit comments