From 7ee6683cfa7f852d5f9a8e2781f928bb74731544 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 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"