diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-19 20:35:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-19 20:35:15 +0000 |
commit | 714bbb769ec1ff4a32e594aa6d67d13b98814caa (patch) | |
tree | 453e5dc8b23b209f8bbac5a288d0b8584aaa8ffc /.builds | |
parent | fa79758f5645bff66f8d12797832fa2b57157975 (diff) | |
download | alacritty-714bbb769ec1ff4a32e594aa6d67d13b98814caa.tar.gz alacritty-714bbb769ec1ff4a32e594aa6d67d13b98814caa.zip |
Bump version to 0.5.0-rc2v0.5.0-rc2
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/rustfmt.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/rustfmt.yml b/.builds/rustfmt.yml index fe863e47..52836217 100644 --- a/.builds/rustfmt.yml +++ b/.builds/rustfmt.yml @@ -3,8 +3,8 @@ sources: - https://github.com/alacritty/alacritty tasks: - rustup: | - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --profile minimal - $HOME/.cargo/bin/rustup component add rustfmt + curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain none + $HOME/.cargo/bin/rustup toolchain install nightly -c rustfmt - rustfmt: | cd alacritty $HOME/.cargo/bin/cargo fmt -- --check |