From 7c61f427c6d8392e78a02430771ce026af0f7204 Mon Sep 17 00:00:00 2001 From: Aaron Christiansen Date: Tue, 19 May 2020 23:55:46 +0100 Subject: [PATCH] Update minimum Rust version requirement in README (#1851) a4c1b092baa86bb9c113ed3d85a96236a00eeb49 introduced uses of `map_or` on `Result`, which was only stabilised in Rust 1.41. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f68b9bfa..28b6cf1155 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Try it in Gitpod. Up-to-date installation instructions can be found in the [installation chapter of the book](https://www.nushell.sh/book/en/installation.html). **Windows users**: please note that Nu works on Windows 10 and does not currently have Windows 7/8.1 support. -To build Nu, you will need to use the **latest stable (1.39 or later)** version of the compiler. +To build Nu, you will need to use the **latest stable (1.41 or later)** version of the compiler. Required dependencies: