From fb1d3bef3f45e64a06e5db16f5b21cfa2aacb4df Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 19 Jan 2020 16:27:24 +0100 Subject: Bump minimum Rust version to 1.37.0 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97782522..7b977432 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.36.0. All patches are expected +Please note that the minimum supported version of Alacritty is Rust 1.37.0. All patches are expected to work with the minimum supported version. ### Testing -- cgit