Skip to content

Commit 38d5d44

Browse files
authored
Rollup merge of rust-lang#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.
2 parents 802ed51 + 32025fd commit 38d5d44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1366,8 +1366,8 @@ checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
13661366
name = "installer"
13671367
version = "0.0.0"
13681368
dependencies = [
1369+
"anyhow",
13691370
"clap",
1370-
"failure",
13711371
"flate2",
13721372
"lazy_static",
13731373
"num_cpus",

0 commit comments

Comments
 (0)