mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-25 12:06:11 -05:00
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:
@@ -40,7 +40,7 @@ fi
|
||||
NODE_MIN_VERSION="10"
|
||||
YARN_MIN_VERSION="1.0"
|
||||
CARGO_MIN_VERSION="0.2"
|
||||
RUSTC_MIN_VERSION="1.40"
|
||||
RUSTC_MIN_VERSION="1.42"
|
||||
|
||||
normalizeDirPath()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user