diff --git a/Cargo.toml b/Cargo.toml index d27df29..5b0c6c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ arch_test = { path = "arch/test" } [target.'cfg(target_arch = "x86_64")'.dependencies] arch_x86_64 = { path = "arch/x86_64" } -bump_allocator = { path = "alloc/bump_allocator"} [profile.dev] panic = "unwind"