From 854ffaa435d6c8d196cc72810e302291fa7bc458 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 15 Aug 2016 15:12:47 -0600 Subject: [PATCH] Correct dependencies of kernel --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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"