Skip to content

Commit 722cfc4

Browse files
committed
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.
1 parent d3e2cec commit 722cfc4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -1272,9 +1272,10 @@ 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)",
12791280
"tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
12801281
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",

0 commit comments

Comments
 (0)