mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
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.
This commit is contained in:
parent
e1beee4992
commit
32025fd76a
@ -1366,8 +1366,8 @@ checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
|
||||
name = "installer"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"failure",
|
||||
"flate2",
|
||||
"lazy_static",
|
||||
"num_cpus",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9f66c14c3f91a48a118c7817f434167b311c3515
|
||||
Subproject commit d66f476b4d5e7fdf1ec215c9ac16c923dc292324
|
Loading…
Reference in New Issue
Block a user