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.
2 parents 1134632 + c7202d7 commit ed4f8caCopy full SHA for ed4f8ca
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