Skip to content

Commit

Permalink
Update README.md for Rust 1.59 (nushell#4995)
Browse files Browse the repository at this point in the history
Since `Cargo.toml` now specifies `strip = ...`, and `strip` is only available in cargo >=1.59, specify that at least this version is required.
  • Loading branch information
futile authored Mar 27, 2022
1 parent a4410fe commit 0c9dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0c9dd6a

Please sign in to comment.