moonfire-nvr/scripts
Scott Lamb 6ab416caed bump minimum Rust version
travis-ci pointed out that building with 1.21 broke with a recent dep
upgrade (8c52c36). reffers now uses nested groups of imports, which is a
feature introduced with Rust 1.25. Prior to 1.25, it fails as follows:

error: expected one of `,` or `as`, found `::`
 --> /home/travis/.cargo/git/checkouts/reffers-rs-0d00fc7f893338b3/49a4d75/src/arc.rs:6:46
  |
6 | use std::sync::atomic::{AtomicUsize, Ordering::SeqCst};
  |                                              ^^ expected one of `,` or `as` here
2018-08-25 06:33:50 -07:00
..
build.sh simplify and fix installation instructions 2018-08-24 20:45:46 -07:00
clean.sh Rewrite of the installation script and accompanying documentation. (#15) 2018-03-03 06:41:15 -08:00
install.sh Merge branch 'master' (early part) into new-schema 2018-03-24 22:29:40 -07:00
script-functions.sh bump minimum Rust version 2018-08-25 06:33:50 -07:00
setup-ubuntu.sh Merge branch 'new-schema' 2018-04-27 06:42:39 -07:00