diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-10 23:26:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 23:26:53 -0700 |
| commit | 8f2304f0c4fa7ffd5fa912e12c90403382c55d00 (patch) | |
| tree | 0bea015decedd7332453ca3772eacb9899b53904 | |
| parent | b43c26eb9d8ccd830204c7317e9e46241a2dc432 (diff) | |
| parent | 32025fd76a2f95b339cc0cca8e779bebc06d7f70 (diff) | |
| download | rust-8f2304f0c4fa7ffd5fa912e12c90403382c55d00.tar.gz rust-8f2304f0c4fa7ffd5fa912e12c90403382c55d00.zip | |
Rollup merge of #74145 - michaelforney:rust-installer, r=Mark-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.
| -rw-r--r-- | Cargo.lock | 2 | ||||
| m--------- | src/tools/rust-installer | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index cedf44be85b..2096a3dfff9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1366,8 +1366,8 @@ checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" name = "installer" version = "0.0.0" dependencies = [ + "anyhow", "clap", - "failure", "flate2", "lazy_static", "num_cpus", diff --git a/src/tools/rust-installer b/src/tools/rust-installer -Subproject 9f66c14c3f91a48a118c7817f434167b311c351 +Subproject d66f476b4d5e7fdf1ec215c9ac16c923dc29232 |
