Correct dependencies of kernel

This commit is contained in:
Jeremy Soller 2016-08-15 15:12:47 -06:00
parent 2a66a84a50
commit 854ffaa435

View file

@ -15,7 +15,6 @@ arch_test = { path = "arch/test" }
[target.'cfg(target_arch = "x86_64")'.dependencies] [target.'cfg(target_arch = "x86_64")'.dependencies]
arch_x86_64 = { path = "arch/x86_64" } arch_x86_64 = { path = "arch/x86_64" }
bump_allocator = { path = "alloc/bump_allocator"}
[profile.dev] [profile.dev]
panic = "unwind" panic = "unwind"