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 /CONTRIBUTING.md | |
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 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5794fc8a..0d262082 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ and [easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22) issues. -Please note that the minimum supported version of Alacritty is Rust 1.46.0. All patches are expected +Please note that the minimum supported version of Alacritty is Rust 1.53.0. All patches are expected to work with the minimum supported version. Since `alacritty_terminal`'s version always tracks the next release, make sure that the version is |