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 /.builds | |
parent | 6f6ad2b2eec9dbc9b3a1b0190d4a2dfd3c0b3bf6 (diff) | |
download | alacritty-6e7f466c68b387f41726757eed4f3e70d05479d2.tar.gz alacritty-6e7f466c68b387f41726757eed4f3e70d05479d2.zip |
Update patch dependencies
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/freebsd.yml | 4 | ||||
-rw-r--r-- | .builds/linux.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 4aa4113b..dd80ab33 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.60.0 - rustup default 1.60.0 + rustup toolchain install --profile minimal 1.65.0 + rustup default 1.65.0 cargo test - clippy: | cd alacritty diff --git a/.builds/linux.yml b/.builds/linux.yml index 4e6e0a0b..d932d55f 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.60.0 - rustup default 1.60.0 + rustup toolchain install --profile minimal 1.65.0 + rustup default 1.65.0 cargo test - clippy: | cd alacritty |