diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-06-16 17:36:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 18:36:27 +0300 |
commit | 4c171e767862e744ceed31def4036c79d7ebf1af (patch) | |
tree | 97d2f8b43e2cc95e41d40ab564dc9ebd119cbe9e /CONTRIBUTING.md | |
parent | 9f02fb95685f46c390148eeab760e3a0dcfa49a9 (diff) | |
download | alacritty-4c171e767862e744ceed31def4036c79d7ebf1af.tar.gz alacritty-4c171e767862e744ceed31def4036c79d7ebf1af.zip |
Bump copypasta to 0.8.0
This also applies all non-breaking semver updates.
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 fe104800..bd2dbd77 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.56.0. All patches are expected +Please note that the minimum supported version of Alacritty is Rust 1.57.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 |