mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-03-31 17:53:44 -04: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:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- 1.48.0
|
- 1.52
|
||||||
- nightly
|
- nightly
|
||||||
include:
|
include:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user