]> git.proxmox.com Git - rustc.git/blobdiff - library/test/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / library / test / Cargo.toml
index 2da41484ca564afc15543d16a356502d3a3b49b2..61b6f33bce0207119bdef3753da805e4735c0b0f 100644 (file)
@@ -7,7 +7,7 @@ edition = "2021"
 crate-type = ["dylib", "rlib"]
 
 [dependencies]
-cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
+cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
 getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
 std = { path = "../std" }
 core = { path = "../core" }