Update minimum Rust version requirement in README (#1851)

a4c1b092ba introduced uses of `map_or` on `Result`, which was only stabilised in Rust 1.41.
This commit is contained in:
Aaron Christiansen 2020-05-19 23:55:46 +01:00 committed by GitHub
parent ae8c864934
commit 7c61f427c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: