moonfire-nvr/scripts
Scott Lamb 3668c69d4b bump required Rust version to 1.32
travis-ci pointed out that the dependency bump broke 1.31:

   Compiling docopt v1.1.0
error[E0658]: imports can only refer to extern crate names passed with `--extern` on stable channel (see issue #53130)
   --> /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/docopt-1.1.0/src/parse.rs:48:5
    |
48  |   use regex;
    |       ^^^^^
    |

Looks like uniform_paths was stabilized in 1.32, and I verified locally that
version builds.
2019-05-31 16:09:42 -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 fix --require-auth flag 2018-12-28 08:39:50 -06:00
script-functions.sh bump required Rust version to 1.32 2019-05-31 16:09:42 -07:00
setup-ubuntu.sh try upgrading travis-ci setup to xenial 2018-12-29 12:21:57 -06:00