From 4084eb032fb4882f61f2f8e5cad00801093803e6 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Thu, 25 Oct 2018 23:32:10 +0200 Subject: [PATCH] bootstrap: bump cargo-vendor version to 0.1.19 --- src/bootstrap/dist.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index fea6302d0a119..85bfc68d0be08 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;