mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-25 12:29:16 -05:00
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.