diff --git a/Cargo.toml b/Cargo.toml index e5ed92e6..6d00247c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ volatile = "0.1.0" [dependencies.hole_list_allocator] path = "libs/hole_list_allocator" - [dependencies.x86] default-features = false version = "0.7.1" @@ -27,8 +26,6 @@ features = ["spin_no_std"] [lib] crate-type = ["staticlib"] -[workspace] - [profile.dev] panic = "abort"