mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-25 06:35:56 -05:00
raise minimum Rust version to 1.52
as required by Retina
This commit is contained in:
parent
032bd76577
commit
3a6918f3df
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
matrix:
|
||||
rust:
|
||||
- stable
|
||||
- 1.48.0
|
||||
- 1.52
|
||||
- nightly
|
||||
include:
|
||||
- rust: nightly
|
||||
|
@ -190,7 +190,7 @@ following command:
|
||||
$ 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/).
|
||||
|
||||
Once prerequisites are installed, you can build the server and find it in
|
||||
|
Loading…
Reference in New Issue
Block a user