about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-10-25 23:32:10 +0200
committerPietro Albini <pietro@pietroalbini.org>2018-10-31 15:55:26 +0100
commit4084eb032fb4882f61f2f8e5cad00801093803e6 (patch)
tree37acd48ab002c9609a567ac5ad0aea05730ea535 /src/bootstrap
parent0db7abe5b6f3cdfca736f9238689cbea8ef61c7e (diff)
downloadrust-4084eb032fb4882f61f2f8e5cad00801093803e6.tar.gz
rust-4084eb032fb4882f61f2f8e5cad00801093803e6.zip
bootstrap: bump cargo-vendor version to 0.1.19
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/dist.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index fea6302d0a1..85bfc68d0be 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -911,7 +911,7 @@ impl Step for Src {
     }
 }
 
-const CARGO_VENDOR_VERSION: &str = "0.1.4";
+const CARGO_VENDOR_VERSION: &str = "0.1.19";
 
 #[derive(Debug, PartialOrd, Ord, Copy, Clone, Hash, PartialEq, Eq)]
 pub struct PlainSourceTarball;