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]
This commit is contained in:
Sebastian Thiel
2015-06-28 21:56:19 +02:00
parent 6393bbf7f6
commit defbeaa630

View File

@@ -1,2 +1,3 @@
[build]
target-dir = "target"
lock-kind = "wait"