diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 09:35:25 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-17 08:36:41 +0300 |
commit | 6e7f466c68b387f41726757eed4f3e70d05479d2 (patch) | |
tree | d106a0df7bced0b01d1e4d702ec4ca6b149c12c2 /.github | |
parent | 6f6ad2b2eec9dbc9b3a1b0190d4a2dfd3c0b3bf6 (diff) | |
download | alacritty-6e7f466c68b387f41726757eed4f3e70d05479d2.tar.gz alacritty-6e7f466c68b387f41726757eed4f3e70d05479d2.zip |
Update patch dependencies
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d4dc9ad..492e0f2e 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.60.0 + rustup default 1.65.0 cargo test - name: Clippy run: | |