From d5c84a860ac9f1cce1b4f3141ed048b8a0d3fc24 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 21 Dec 2016 00:19:30 +0100 Subject: [PATCH] Remove cargo workspace (#265) (cherry picked from commit fcd453ac292baf17fcb49d79e1e69a45a5471321) --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) 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"