diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2021-12-03 06:50:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 03:50:14 +0000 |
commit | 4c6a763850a5dec0fa34d15e356dcba19875690a (patch) | |
tree | d32af54c261a97525410ae6c98527debc51885e9 /.builds | |
parent | 8681f71084894db6d1e258be17db1f80bb669314 (diff) | |
download | alacritty-4c6a763850a5dec0fa34d15e356dcba19875690a.tar.gz alacritty-4c6a763850a5dec0fa34d15e356dcba19875690a.zip |
Bump glutin to 0.28.0
Fixes #5603.
Fixes #5422.
Fixes #5350.
Fixes #4105.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 88232e5d..ba863a55 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.46.0 - rustup default 1.46.0 + rustup toolchain install --profile minimal 1.53.0 + rustup default 1.53.0 cargo test - clippy: | cd alacritty diff --git a/.builds/linux.yml b/.builds/linux.yml index 3dc36553..c23375f5 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.46.0 - rustup default 1.46.0 + rustup toolchain install --profile minimal 1.53.0 + rustup default 1.53.0 cargo test - clippy: | cd alacritty |