From defbeaa630661400e212f598c98bc60596afa5fb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 28 Jun 2015 21:56:19 +0200 Subject: [PATCH] chore(cargo): configure to use wait-lock This allows to build everything concurrently without failure provided the latest cargo is used. https://github.com/rust-lang/cargo/pull/1764 It's still very early in development, but works for me nevertheless. [skip ci] --- .cargo/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.cargo/config b/.cargo/config index a6b014e959..8def6bf997 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +1,3 @@ [build] target-dir = "target" +lock-kind = "wait"