Remove cargo workspace (#265)

(cherry picked from commit fcd453ac29)
This commit is contained in:
Philipp Oppermann
2016-12-21 00:19:30 +01:00
parent f643b2fd7b
commit 7ee6683cfa

View File

@@ -15,7 +15,6 @@ volatile = "0.1.0"
[dependencies.hole_list_allocator] [dependencies.hole_list_allocator]
path = "libs/hole_list_allocator" path = "libs/hole_list_allocator"
[dependencies.x86] [dependencies.x86]
default-features = false default-features = false
version = "0.7.1" version = "0.7.1"
@@ -27,8 +26,6 @@ features = ["spin_no_std"]
[lib] [lib]
crate-type = ["staticlib"] crate-type = ["staticlib"]
[workspace]
[profile.dev] [profile.dev]
panic = "abort" panic = "abort"