Skip to content

Commit 4ca7a34

Browse files
committed
Auto merge of rust-lang#62153 - alexcrichton:parallel-compress, r=Mark-Simulacrum
Update the `rust-installer` submodule This pulls in a commit which uses parallel xz encoding which should hopefully help shave some time off the dist builders which spend an inordinate amount of time compressing this data.
2 parents 24a9bcb + 2fb2e00 commit 4ca7a34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -1272,10 +1272,12 @@ name = "installer"
12721272
version = "0.0.0"
12731273
dependencies = [
12741274
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1275-
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1275+
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
12761276
"flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12771277
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1278+
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
12781279
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1280+
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
12791281
"tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
12801282
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
12811283
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",

0 commit comments

Comments
 (0)