Skip to content

Commit

Permalink
Rollup merge of rust-lang#74145 - michaelforney:rust-installer, r=Mar…
Browse files Browse the repository at this point in the history
…k-Simulacrum

Update rust-installer to latest version

This pulls in a fix for the install script on some tr(1) implementations,
as well as an update to use `anyhow` instead of `failure` for error
handling.
  • Loading branch information
Manishearth committed Jul 8, 2020
2 parents c06632e + 32025fd commit a93c6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1366,8 +1366,8 @@ checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
name = "installer"
version = "0.0.0"
dependencies = [
"anyhow",
"clap",
"failure",
"flate2",
"lazy_static",
"num_cpus",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rust-installer

0 comments on commit a93c6e5

Please sign in to comment.