Skip to content

Commit ed4f8ca

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

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)