Skip to content

Commit

Permalink
Installer for Rustfmt (#560)
Browse files Browse the repository at this point in the history
junlarsen authored Jul 25, 2021
1 parent a3462c8 commit b1df3ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/yaml/tools.yaml
Original file line number Diff line number Diff line change
@@ -22,3 +22,13 @@ tools:
targets:
- 0.3.14
- 0.4.5
rustfmt:
type: tarballs
dir: rustfmt-{name}
compression: gz
check_exe: rustfmt --version
targets:
- name: 1.4.36
url: https://github.com/rust-lang/rustfmt/releases/download/v1.4.36/rustfmt_linux-x86_64_v1.4.36.tar.gz
strip_components: 1
create_untar_dir: true

0 comments on commit b1df3ea

Please sign in to comment.