forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
e1beee4
commit 32025fd
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rust-installer
updated
10 files
+1 −1 | Cargo.toml | |
+1 −1 | install-template.sh | |
+6 −8 | src/combiner.rs | |
+3 −4 | src/generator.rs | |
+0 −2 | src/lib.rs | |
+5 −12 | src/main.rs | |
+3 −4 | src/scripter.rs | |
+7 −14 | src/tarballer.rs | |
+9 −10 | src/util.rs | |
+1 −0 | triagebot.toml |