summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-10-08 05:29:57 +0200
committerGitHub <noreply@github.com>2023-10-08 07:29:57 +0400
commit59c63d373804fe9d00d92d2dd47174d4e1637333 (patch)
tree4e80165d62fd632f0a5b5c285845fc9f97ee1e0b /.builds
parentc2f8abecfbaf6b6388e7746b733b7f22cbb7a750 (diff)
downloadalacritty-59c63d373804fe9d00d92d2dd47174d4e1637333.tar.gz
alacritty-59c63d373804fe9d00d92d2dd47174d4e1637333.zip
Update dependencies
This patch applies all breaking and non-breaking dependency updates and bumps MSRV to 1.70.0.
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 dd80ab33..4c9860b5 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.65.0
- rustup default 1.65.0
+ rustup toolchain install --profile minimal 1.70.0
+ rustup default 1.70.0
cargo test
- clippy: |
cd alacritty
diff --git a/.builds/linux.yml b/.builds/linux.yml
index aaa943ac..f2e9038a 100644
--- a/.builds/linux.yml
+++ b/.builds/linux.yml
@@ -34,8 +34,8 @@ tasks:
cargo test
- oldstable: |
cd alacritty
- rustup toolchain install --profile minimal 1.65.0
- rustup default 1.65.0
+ rustup toolchain install --profile minimal 1.70.0
+ rustup default 1.70.0
cargo test
- clippy: |
cd alacritty