diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2018-10-25 23:32:10 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2018-10-31 15:55:26 +0100 |
| commit | 4084eb032fb4882f61f2f8e5cad00801093803e6 (patch) | |
| tree | 37acd48ab002c9609a567ac5ad0aea05730ea535 /src/bootstrap | |
| parent | 0db7abe5b6f3cdfca736f9238689cbea8ef61c7e (diff) | |
| download | rust-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.rs | 2 |
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; |
