bump minimum Rust version

The master version of rust-protobuf requires the TryFrom feature,
stabilized in 1.34.
This commit is contained in:
Scott Lamb 2019-06-19 15:56:04 -07:00
parent fda7e4ca2b
commit a5ffe3ca2c
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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/).

View File

@ -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"