Bump minimum Rust version to 1.65

This commit is contained in:
Skye
2023-07-04 17:59:10 -04:00
committed by Scott Lamb
parent 81ea7d8a87
commit db2e0f1d39
4 changed files with 4 additions and 4 deletions

View File

@@ -208,7 +208,7 @@ following command:
$ brew install node
```
Next, you need Rust 1.64+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.65+ and Cargo. The easiest way to install them is by
following the instructions at [rustup.rs](https://www.rustup.rs/). Avoid
your Linux distribution's Rust packages, which tend to be too old.
(At least on Debian-based systems; Arch and Gentoo might be okay.)