diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2017-02-10 22:59:40 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2017-02-14 01:52:03 +0200 |
| commit | d29f0bc8fa166117e62b1fa2969dd31f415fd887 (patch) | |
| tree | 29bf430d515a0cd59cc2c99c88bf355e7a7fee26 /src/bootstrap/config.toml.example | |
| parent | 42c1ea2915d7787e4280b13b9d48bdb29f50e1d1 (diff) | |
| download | rust-d29f0bc8fa166117e62b1fa2969dd31f415fd887.tar.gz rust-d29f0bc8fa166117e62b1fa2969dd31f415fd887.zip | |
Automatically vendor Cargo deps when building the source tarballs.
Diffstat (limited to 'src/bootstrap/config.toml.example')
| -rw-r--r-- | src/bootstrap/config.toml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index 5f4303a728c..f95e890f346 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -108,6 +108,10 @@ # Note that Python 2 is currently required. #python = "python2.7" +# Force Cargo to check that Cargo.lock describes the precise dependency +# set that all the Cargo.toml files create, instead of updating it. +#locked-deps = false + # Indicate whether the vendored sources are used for Rust dependencies or not #vendor = false |
