summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-04-23 03:43:21 +0200
committerChristian Duerr <contact@christianduerr.com>2020-04-23 19:04:13 +0000
commit738c8de23246c1e8be705163d17ce8a4288cef3d (patch)
tree7c484ae0d9713a247e06ea65aaa1270262826b7f /CONTRIBUTING.md
parent3bfb5958bc39360aeb071055660c2509650b6a95 (diff)
Bump minimum supported Rust version to 1.41.0
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 961be9e1..1ab17fcc 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.39.0. All patches are expected
+Please note that the minimum supported version of Alacritty is Rust 1.41.0. All patches are expected
to work with the minimum supported version.
### Testing