We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cfg-if
1 parent 3049a31 commit f305cc8Copy full SHA for f305cc8
crates/std_detect/Cargo.toml
@@ -22,7 +22,7 @@ maintenance = { status = "experimental" }
22
23
[dependencies]
24
libc = { version = "0.2", optional = true, default-features = false }
25
-cfg-if = "0.1.10"
+cfg-if = "1.0.0"
26
27
# When built as part of libstd
28
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
crates/stdarch-test/Cargo.toml
@@ -10,7 +10,7 @@ simd-test-macro = { path = "../simd-test-macro" }
10
cc = "1.0"
11
lazy_static = "1.0"
12
rustc-demangle = "0.1.8"
13
-cfg-if = "0.1"
+cfg-if = "1.0"
14
15
# We use a crates.io dependency to disassemble wasm binaries to look for
16
# instructions for `#[assert_instr]`. Note that we use an `=` dependency here
0 commit comments