X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fpanic_abort%2FCargo.toml;h=e6ea2b1849b4c11bc627cfcffaa6796b95e0746b;hb=8c77da87d7451f275259c43c89ac3c9c24c1c8c8;hp=46183d1ad00665fdf6da15728ec3cb3c13591b9f;hpb=ce03f15bfd0da10178fc17c196d1f7908dcb9aae;p=rust.git diff --git a/library/panic_abort/Cargo.toml b/library/panic_abort/Cargo.toml index 46183d1ad00..e6ea2b1849b 100644 --- a/library/panic_abort/Cargo.toml +++ b/library/panic_abort/Cargo.toml @@ -13,7 +13,7 @@ doc = false [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'] } core = { path = "../core" } libc = { version = "0.2", default-features = false } compiler_builtins = "0.1.0"