Correct dependencies of kernel
This commit is contained in:
parent
2a66a84a50
commit
854ffaa435
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue