mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-09 17:09:42 -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:
@@ -8,6 +8,9 @@ Each release is tagged in Git and on the Docker repository
|
||||
|
||||
## unreleased
|
||||
|
||||
* bump minimum Rust version from 1.53 to 1.56.
|
||||
* fix [#187](https://github.com/scottlamb/moonfire-nvr/issues/187):
|
||||
incompatibility with cameras that (incorrectly) omit the SDP origin line.
|
||||
* fix [#182](https://github.com/scottlamb/moonfire-nvr/issues/182): error
|
||||
on upgrade from schema 6 to schema 7 when a camera's `onvif_host` is empty.
|
||||
* API bugfix: in the `GET /api/` response, include `ext` streams if
|
||||
|
||||
Reference in New Issue
Block a user