diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 6d40575352418..0b0255fc0273a 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -912,7 +912,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;