]> git.lizzy.rs Git - rust.git/blobdiff - src/libunwind/Cargo.toml
Auto merge of #63233 - RalfJung:get_unchecked, r=Centril
[rust.git] / src / libunwind / Cargo.toml
index 4ddc878997ee5c89669086c6ba4ab20000bb4801..f0f1bab425d7af10c4e8d4aea1544c3d8f5fb5ce 100644 (file)
@@ -19,6 +19,7 @@ doc = false
 core = { path = "../libcore" }
 libc = { version = "0.2.43", features = ['rustc-dep-of-std'], default-features = false }
 compiler_builtins = "0.1.0"
+cfg-if = "0.1.8"
 
 [build-dependencies]
 cc = { optional = true, version = "1.0.1" }