diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-09-09 21:40:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 21:40:48 +0000 |
commit | 8aa406b98b3932a47a05ac8d71b4704198acd6f2 (patch) | |
tree | 6f7359d57e601b69307cb22922f269ef8b778dbe /CONTRIBUTING.md | |
parent | 86ffa181b342d39f6e2619d371af22951a5a202d (diff) | |
download | alacritty-8aa406b98b3932a47a05ac8d71b4704198acd6f2.tar.gz alacritty-8aa406b98b3932a47a05ac8d71b4704198acd6f2.zip |
Bump minimum Rust version to 1.36.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 20d3cc1a..f677e938 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.34.0. All patches are expected to work with the minimum supported version. +Please note that the minimum supported version of Alacritty is Rust 1.36.0. All patches are expected to work with the minimum supported version. ### Testing |