]> git.lizzy.rs Git - rust.git/blobdiff - library/panic_abort/Cargo.toml
Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk
[rust.git] / library / panic_abort / Cargo.toml
index caa89aa30d0bb21cb610e8ce2eeba012f83b513a..bdab664cd64fcc5dd530a582dc1fe09a99f3f717 100644 (file)
@@ -13,6 +13,7 @@ bench = false
 doc = false
 
 [dependencies]
+alloc = { path = "../alloc" }
 cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
 core = { path = "../core" }
 libc = { version = "0.2", default-features = false }