X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Funwind%2FCargo.toml;h=32c4a7eb5c18cb0f0b2ff1c8debee4a2690265f8;hb=29d451ccb3adf8eecb42c68d532459e630e2096f;hp=69fce8d7795c17e442a6a65e2405f5b95ad14ba4;hpb=7a3ed235eba253f573d8842549bc6418b0a2eaca;p=rust.git diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml index 69fce8d7795..32c4a7eb5c1 100644 --- a/library/unwind/Cargo.toml +++ b/library/unwind/Cargo.toml @@ -17,7 +17,7 @@ doc = false core = { path = "../core" } libc = { version = "0.2.79", features = ['rustc-dep-of-std'], default-features = false } compiler_builtins = "0.1.0" -cfg-if = "0.1.8" +cfg-if = "1.0" [build-dependencies] cc = "1.0.69"