diff --git a/Cargo.toml b/Cargo.toml index 0235859f..10dfab5f 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" @@ -23,8 +22,6 @@ version = "0.7.1" [lib] crate-type = ["staticlib"] -[workspace] - [profile.dev] panic = "abort"