Skip to content

Commit

Permalink
Bump cfg-if dependency to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crlf0710 authored and Amanieu committed Sep 11, 2022
1 parent 3049a31 commit f305cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/std_detect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintenance = { status = "experimental" }

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

# When built as part of libstd
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/stdarch-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ simd-test-macro = { path = "../simd-test-macro" }
cc = "1.0"
lazy_static = "1.0"
rustc-demangle = "0.1.8"
cfg-if = "0.1"
cfg-if = "1.0"

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

0 comments on commit f305cc8

Please sign in to comment.