bump minimum Rust to 1.57

Addresses a breakage with cdfb61f. the `named-profile` feature
wasn't available in 1.56.
This commit is contained in:
Scott Lamb
2022-04-14 10:58:23 -07:00
parent cdfb61fb35
commit 2e49a1a0c8
4 changed files with 4 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ following command:
$ brew install node
```
Next, you need Rust 1.56+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.57+ 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.)