Files
google-apis-rs/.cargo/config
Sebastian Thiel defbeaa630 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]
2015-06-28 21:56:43 +02:00

4 lines
49 B
Plaintext

[build]
target-dir = "target"
lock-kind = "wait"