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;