Skip to content

Commit c7202d7

Browse files
committed
Update test's cfg-if dependency to 1.0
This change was mistakenly left out of #103367
1 parent 98674f9 commit c7202d7

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)