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

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