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 98674f9 commit c7202d7Copy full SHA for c7202d7
test/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7
crate-type = ["dylib", "rlib"]
8
9
[dependencies]
10
-cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
+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" }
0 commit comments