Skip to content

Commit

Permalink
bootstrap: bump cargo-vendor version to 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Oct 31, 2018
1 parent 0db7abe commit 4084eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4084eb0

Please sign in to comment.