diff options
Diffstat (limited to '.builds/linux.yml')
-rw-r--r-- | .builds/linux.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |