diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-14 02:18:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 02:18:40 +0000 |
commit | e0f0cdfb8aed4c99819019fd3d515d3584e01a45 (patch) | |
tree | 33bc1f527f72e7f584c04abf996f3baf77901eb7 /.builds/linux.yml | |
parent | 2de20378acbb04b2c1408fe715a9642eaa3010ed (diff) | |
download | alacritty-e0f0cdfb8aed4c99819019fd3d515d3584e01a45.tar.gz alacritty-e0f0cdfb8aed4c99819019fd3d515d3584e01a45.zip |
Update dependencies
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 dc107515..3dc36553 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.45.2 - rustup default 1.45.2 + rustup toolchain install --profile minimal 1.46.0 + rustup default 1.46.0 cargo test - clippy: | cd alacritty |