From 2a689d66e9ae937b6120b1a1bc19ae4f56207497 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Thu, 27 Jul 2017 11:49:26 -0400 Subject: [PATCH] remove workspace key for components/atoms Cargo will already traverse up the directory hierarchy to find an appropriate workspace, so we don't need to specify anything here. This change brings components/atoms/Cargo.toml in line with other Cargo.toml files in the tree. --- components/atoms/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/atoms/Cargo.toml b/components/atoms/Cargo.toml index 449f627fe1f..ff149db72ab 100644 --- a/components/atoms/Cargo.toml +++ b/components/atoms/Cargo.toml @@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"] license = "MPL-2.0" publish = false build = "build.rs" -workspace = "../.." [lib] path = "lib.rs"