mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-07 08:12:32 -05:00
fix #187 via a dependency upgrade
I did a full `cargo upgrade` and fixed what it broke:
* a couple things for the latest protobuf 3.0 alphas
(note alphas don't promise API stability)
* new minimum supported Rust version
This should have some other nice effects: parking_lot now uses inline
assembler, tokio has gotten faster, etc.
This commit is contained in:
@@ -216,7 +216,7 @@ following command:
|
||||
$ brew install ffmpeg node
|
||||
```
|
||||
|
||||
Next, you need Rust 1.53+ and Cargo. The easiest way to install them is by
|
||||
Next, you need Rust 1.56+ and Cargo. The easiest way to install them is by
|
||||
following the instructions at [rustup.rs](https://www.rustup.rs/). Avoid
|
||||
your Linux distribution's Rust packages, which tend to be too old.
|
||||
(At least on Debian-based systems; Arch and Gentoo might be okay.)
|
||||
|
||||
Reference in New Issue
Block a user