mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-13 07:11:44 -05:00
bump required rust to 1.27
1.26 doesn't work with the updated rusqlite: error[E0658]: use of unstable library feature 'duration_extras' (see issue #46507) --> /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/rusqlite-0.14.0/src/busy.rs:26:49 | 26 | .and_then(|t| t.checked_add(timeout.subsec_millis().into())) | ^^^^^^^^^^^^^
This commit is contained in:
@@ -44,7 +44,7 @@ all non-Rust dependencies:
|
||||
libssl-dev \
|
||||
pkgconf
|
||||
|
||||
Next, you need Rust 1.26+ and Cargo. The easiest way to install them is by
|
||||
Next, you need Rust 1.27+ 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/).
|
||||
|
||||
Reference in New Issue
Block a user