aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-07-14 02:18:40 +0000
committerGitHub <noreply@github.com>2021-07-14 02:18:40 +0000
commite0f0cdfb8aed4c99819019fd3d515d3584e01a45 (patch)
tree33bc1f527f72e7f584c04abf996f3baf77901eb7 /.github
parent2de20378acbb04b2c1408fe715a9642eaa3010ed (diff)
downloadalacritty-e0f0cdfb8aed4c99819019fd3d515d3584e01a45.tar.gz
alacritty-e0f0cdfb8aed4c99819019fd3d515d3584e01a45.zip
Update dependencies
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 23379ab5..1b51876f 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.45.2
+ rustup default 1.46.0
cargo test
- name: Clippy
run: |