]> git.lizzy.rs Git - rust.git/blobdiff - library/panic_abort/Cargo.toml
Rollup merge of #104308 - scottmcm:no-more-validalign, r=thomcc
[rust.git] / library / panic_abort / Cargo.toml
index 46183d1ad00665fdf6da15728ec3cb3c13591b9f..e6ea2b1849b4c11bc627cfcffaa6796b95e0746b 100644 (file)
@@ -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"