From cb6679cb2b45022162a7e6a1b5de39b1fbbcf870 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 20 May 2016 17:23:12 +0200 Subject: [PATCH] fix(cargo): remove cargo/config It seems due to a so far possibly unfiled bug, cargo fails to get it's CWDs right. Last verified with cargo 0.11.0-nightly (42bce5c 2016-05-17). To reproduce, just put the deleted file back and run a build command, such as ```bash make drive3-cli-cargo ARGS=build --no-default-features --features=nightly ``` Fixes #149 --- .cargo/config | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index a6b014e959..0000000000 --- a/.cargo/config +++ /dev/null @@ -1,2 +0,0 @@ -[build] -target-dir = "target"