bootstrap: bump cargo-vendor version to 0.1.19

This commit is contained in:
Pietro Albini 2018-10-25 23:32:10 +02:00
parent 0db7abe5b6
commit 4084eb032f
No known key found for this signature in database
GPG Key ID: E8C1042DD1624519
1 changed files with 1 additions and 1 deletions

View File

@ -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;