Skip to content

Commit 87563cc

Browse files
authored
Rollup merge of rust-lang#104692 - chbaker0:libtest-cfg-if, r=thomcc
Update test's cfg-if dependency to 1.0 This change was mistakenly left out of rust-lang#103367 Finishes rust-lang#103365
2 parents ba2c6ad + e31acdd commit 87563cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
crate-type = ["dylib", "rlib"]
88

99
[dependencies]
10-
cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
10+
cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
1111
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
1212
std = { path = "../std" }
1313
core = { path = "../core" }

0 commit comments

Comments
 (0)