aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2022-06-16 17:36:27 +0200
committerGitHub <noreply@github.com>2022-06-16 18:36:27 +0300
commit4c171e767862e744ceed31def4036c79d7ebf1af (patch)
tree97d2f8b43e2cc95e41d40ab564dc9ebd119cbe9e /.builds
parent9f02fb95685f46c390148eeab760e3a0dcfa49a9 (diff)
downloadalacritty-4c171e767862e744ceed31def4036c79d7ebf1af.tar.gz
alacritty-4c171e767862e744ceed31def4036c79d7ebf1af.zip
Bump copypasta to 0.8.0
This also applies all non-breaking semver updates.
Diffstat (limited to '.builds')
-rw-r--r--.builds/freebsd.yml4
-rw-r--r--.builds/linux.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 144872f1..3cd2a60d 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.56.0
- rustup default 1.56.0
+ rustup toolchain install --profile minimal 1.57.0
+ rustup default 1.57.0
cargo test
- clippy: |
cd alacritty
diff --git a/.builds/linux.yml b/.builds/linux.yml
index 6a59e25c..a61afd3a 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.56.0
- rustup default 1.56.0
+ rustup toolchain install --profile minimal 1.57.0
+ rustup default 1.57.0
cargo test
- clippy: |
cd alacritty