From 0c9dd6a29a33b510dc964ebe4f568342b2f366ab Mon Sep 17 00:00:00 2001 From: Felix Rath Date: Sun, 27 Mar 2022 20:28:04 +0200 Subject: [PATCH] Update README.md for Rust 1.59 (#4995) Since `Cargo.toml` now specifies `strip = ...`, and `strip` is only available in cargo >=1.59, specify that at least this version is required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9843da47cb..9822b540d3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can also find information on more specific topics in our [cookbook](https:// Up-to-date installation instructions can be found in the [installation chapter of the book](https://www.nushell.sh/book/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.51 or later)** version of the compiler. +To build Nu, you will need to use the **latest stable (1.59 or later)** version of the compiler. Required dependencies: