X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2FCargo.toml;h=b8c35ecd34933ef3a072ef5b259119dbdd34d6c1;hb=fbb0c315440277e621d16d0c3adadb554fc8c6d6;hp=324ecc8047730df5ed4407ba2f5488a726c850c5;hpb=4c64c144202f6367755c476048aaaf0741af6086;p=rust.git diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 324ecc80477..b8c35ecd349 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -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" }