Skip to content

Commit

Permalink
Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simul…
Browse files Browse the repository at this point in the history
…acrum

Bump cargo-vendor version

Currently we pin `cargo-vendor` to 0.1.4, which doesn't set the `User-Agent` HTTP header. crates.io is going to require that header in the near future, so this PR bumps the pinned version of the crate to the latest one (which correctly sets the header).

r? @Mark-Simulacrum
cc @sgrif
  • Loading branch information
bors committed Nov 3, 2018
2 parents 3fc70e8 + 4084eb0 commit 757d6cc
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 @@ -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;
Expand Down

0 comments on commit 757d6cc

Please sign in to comment.