From fdec350e85e47596311a0c13f63d75ca3784ebd1 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 48f92497..019dcb97 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.0" @@ -23,8 +22,6 @@ version = "0.7.0" [lib] crate-type = ["staticlib"] -[workspace] - [profile.dev] panic = "abort"