]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/dist.rs
Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebank
[rust.git] / src / bootstrap / dist.rs
index 4e8c87312e6a2e6436d1859e2f85a518b3f5f96f..567b47a70a12cc52143c3c534e2ce45d1dff4529 100644 (file)
@@ -909,7 +909,7 @@ fn run(self, builder: &Builder) -> PathBuf {
     }
 }
 
-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;