aboutsummaryrefslogtreecommitdiff
path: root/.github
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 /.github
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 '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 492e0f2e..c0a3b788 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
run: cargo test
- name: Oldstable
run: |
- rustup default 1.65.0
+ rustup default 1.70.0
cargo test
- name: Clippy
run: |