]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Rollup merge of #102781 - StackOverflowExcept1on:master, r=joshtriplett
[rust.git] / library / std / Cargo.toml
index 324ecc8047730df5ed4407ba2f5488a726c850c5..b8c35ecd34933ef3a072ef5b259119dbdd34d6c1 100644 (file)
@@ -11,7 +11,7 @@ crate-type = ["dylib", "rlib"]
 
 [dependencies]
 alloc = { path = "../alloc" }
-cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
+cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
 panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core" }