update min Rust version to 1.42.0

rusqlite 0.24.1 uses matches!, which was introduced in this version.
So 1682553 does't work on prior versions.

https://travis-ci.org/github/scottlamb/moonfire-nvr/jobs/745309747
This commit is contained in:
Scott Lamb
2020-11-22 18:45:54 -08:00
parent 16825537b9
commit 642eb4f60b
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ $ sudo apt-get install \
tzdata
```
Next, you need Rust 1.40+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.42+ 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/).