X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fpanic_abort%2FCargo.toml;h=bdab664cd64fcc5dd530a582dc1fe09a99f3f717;hb=240ff4c4a0d0936c9eeb783fa9ff5c0507a6ffb4;hp=caa89aa30d0bb21cb610e8ce2eeba012f83b513a;hpb=f98135b7a24a54964f83ca1dc2dfb6bd1d35b1bd;p=rust.git diff --git a/library/panic_abort/Cargo.toml b/library/panic_abort/Cargo.toml index caa89aa30d0..bdab664cd64 100644 --- a/library/panic_abort/Cargo.toml +++ b/library/panic_abort/Cargo.toml @@ -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 }