mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-11 23:13:23 -05:00
bump minimum Rust version
The master version of rust-protobuf requires the TryFrom feature, stabilized in 1.34.
This commit is contained in:
parent
fda7e4ca2b
commit
a5ffe3ca2c
@ -23,7 +23,7 @@ matrix:
|
||||
script:
|
||||
- ci/script-rust.sh
|
||||
- language: rust
|
||||
rust: 1.33.0
|
||||
rust: 1.34.0
|
||||
script:
|
||||
- ci/script-rust.sh
|
||||
- language: node_js
|
||||
|
@ -45,7 +45,7 @@ all non-Rust dependencies:
|
||||
pkgconf \
|
||||
tzdata
|
||||
|
||||
Next, you need Rust 1.33+ and Cargo. The easiest way to install them is by
|
||||
Next, you need Rust 1.34+ and Cargo. The easiest way to install them is by
|
||||
following the instructions at [rustup.rs](https://www.rustup.rs/).
|
||||
|
||||
Finally, building the UI requires [yarn](https://yarnpkg.com/en/).
|
||||
|
@ -40,7 +40,7 @@ fi
|
||||
NODE_MIN_VERSION="8"
|
||||
YARN_MIN_VERSION="1.0"
|
||||
CARGO_MIN_VERSION="0.2"
|
||||
RUSTC_MIN_VERSION="1.33"
|
||||
RUSTC_MIN_VERSION="1.34"
|
||||
FFMPEG_MIN_VERSION="55.1.101"
|
||||
FFMPEG_RELEASE_VERSION="3.4"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user