]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sat, 3 Nov 2018 06:50:19 +0000 (06:50 +0000)
committerbors <bors@rust-lang.org>
Sat, 3 Nov 2018 06:50:19 +0000 (06:50 +0000)
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

1  2 
src/bootstrap/dist.rs

diff --combined src/bootstrap/dist.rs
index 6d40575352418d45456ac7bde1b7e114cb47f770,85bfc68d0be08fb5d84faa319b2ac350871d8c59..0b0255fc0273a65b1977520834bebc18cae03e61
@@@ -881,7 -881,6 +881,7 @@@ impl Step for Src 
              "src/jemalloc",
              "src/libprofiler_builtins",
              "src/stdsimd",
 +            "src/libproc_macro",
          ];
          let std_src_dirs_exclude = [
              "src/libcompiler_builtins/compiler-rt/test",
      }
  }
  
- 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;