diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-08 16:01:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-08 16:01:14 +0000 |
commit | 4cd55acd7820a7358f9175c106c91e0945fb15b2 (patch) | |
tree | 9e4e8383e73406524ccb2d28e666e9c2a77bbbd0 /CONTRIBUTING.md | |
parent | 527dc8f564823d3dd01f79f22614271c7f3bc518 (diff) | |
download | alacritty-4cd55acd7820a7358f9175c106c91e0945fb15b2.tar.gz alacritty-4cd55acd7820a7358f9175c106c91e0945fb15b2.zip |
Bump minimum supported Rust version to 1.32.0
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 e2d25882..6d9a67e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ All patches have to be sent on Github as [pull requests](https://github.com/jwil If you are looking for a place to start contributing to Alacritty, take a look at the [help wanted](https://github.com/jwilm/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) and [easy](https://github.com/jwilm/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.31.0. All patches are expected to work with the minimum supported version. +Please note that the minimum supported version of Alacritty is Rust 1.32.0. All patches are expected to work with the minimum supported version. ### Testing |