raise minimum Rust version to 1.52

as required by Retina
This commit is contained in:
Scott Lamb 2021-06-07 14:43:26 -07:00
parent 032bd76577
commit 3a6918f3df
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
matrix: matrix:
rust: rust:
- stable - stable
- 1.48.0 - 1.52
- nightly - nightly
include: include:
- rust: nightly - rust: nightly

View File

@ -190,7 +190,7 @@ following command:
$ brew install ffmpeg node $ brew install ffmpeg node
``` ```
Next, you need Rust 1.48+ and Cargo. The easiest way to install them is by Next, you need Rust 1.52+ and Cargo. The easiest way to install them is by
following the instructions at [rustup.rs](https://www.rustup.rs/). following the instructions at [rustup.rs](https://www.rustup.rs/).
Once prerequisites are installed, you can build the server and find it in Once prerequisites are installed, you can build the server and find it in