Skip to content

Commit f305cc8

Browse files
crlf0710Amanieu
authored andcommitted
Bump cfg-if dependency to 1.0
1 parent 3049a31 commit f305cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/std_detect/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ maintenance = { status = "experimental" }
2222

2323
[dependencies]
2424
libc = { version = "0.2", optional = true, default-features = false }
25-
cfg-if = "0.1.10"
25+
cfg-if = "1.0.0"
2626

2727
# When built as part of libstd
2828
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }

crates/stdarch-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ simd-test-macro = { path = "../simd-test-macro" }
1010
cc = "1.0"
1111
lazy_static = "1.0"
1212
rustc-demangle = "0.1.8"
13-
cfg-if = "0.1"
13+
cfg-if = "1.0"
1414

1515
# We use a crates.io dependency to disassemble wasm binaries to look for
1616
# instructions for `#[assert_instr]`. Note that we use an `=` dependency here

0 commit comments

Comments
 (0)