From 670b7ef3d4f6614dfcf79e899e7821d6363934ba Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 1 Sep 2020 14:49:09 +0200 Subject: [PATCH 1/2] ignore rustwide from Cargo's workspace --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2d552cf6c..152e7e118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,10 @@ build = "build.rs" edition = "2018" [workspace] +exclude = [ + "ignored", + ".workspace", +] [dependencies] log = "0.4" From ddfb9ef017c04621f0acb01591ca99e84635cbe4 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 1 Sep 2020 15:17:36 +0200 Subject: [PATCH 2/2] Update Cargo.toml Co-authored-by: Joshua Nelson --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 152e7e118..5bfe28eab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ edition = "2018" exclude = [ "ignored", ".workspace", + ".rustwide-docker", ] [dependencies]