diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-12-26 17:47:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 16:47:57 +0000 |
commit | f0934d8440021b3762211d7cf0c26478dacee0dc (patch) | |
tree | 221ea3a4cbd4741950db9b29011c58f49e1ae27a /.builds | |
parent | 850fd1826b567c4c7cca66fd5ffe67c07ce6cc44 (diff) | |
download | alacritty-f0934d8440021b3762211d7cf0c26478dacee0dc.tar.gz alacritty-f0934d8440021b3762211d7cf0c26478dacee0dc.zip |
Migrate to 2021 edition
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/freebsd.yml | 4 | ||||
-rw-r--r-- | .builds/linux.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index ba863a55..0f170802 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -24,8 +24,8 @@ tasks: cargo test - oldstable: | cd alacritty - rustup toolchain install --profile minimal 1.53.0 - rustup default 1.53.0 + rustup toolchain install --profile minimal 1.56.0 + rustup default 1.56.0 cargo test - clippy: | cd alacritty diff --git a/.builds/linux.yml b/.builds/linux.yml index c23375f5..8098051c 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -27,8 +27,8 @@ tasks: cargo +nightly fmt -- --check - oldstable: | cd alacritty - rustup toolchain install --profile minimal 1.53.0 - rustup default 1.53.0 + rustup toolchain install --profile minimal 1.56.0 + rustup default 1.56.0 cargo test - clippy: | cd alacritty |