diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-12-26 17:47:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 16:47:57 +0000 |
commit | f0934d8440021b3762211d7cf0c26478dacee0dc (patch) | |
tree | 221ea3a4cbd4741950db9b29011c58f49e1ae27a /CONTRIBUTING.md | |
parent | 850fd1826b567c4c7cca66fd5ffe67c07ce6cc44 (diff) | |
download | alacritty-f0934d8440021b3762211d7cf0c26478dacee0dc.tar.gz alacritty-f0934d8440021b3762211d7cf0c26478dacee0dc.zip |
Migrate to 2021 edition
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 0d262082..4994597f 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.53.0. All patches are expected +Please note that the minimum supported version of Alacritty is Rust 1.56.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 |