bump minimum Rust to 1.57

Addresses a breakage with cdfb61f. the `named-profile` feature
wasn't available in 1.56.
This commit is contained in:
Scott Lamb
2022-04-14 10:58:23 -07:00
parent cdfb61fb35
commit 2e49a1a0c8
4 changed files with 4 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ Each release is tagged in Git and on the Docker repository
* [#219](https://github.com/scottlamb/moonfire-nvr/issues/219): fix
live stream failing with `ws close: 1006` on URLs with port numbers.
* build Docker images with link-time optimization.
* bump minimum Rust version to 1.57.
## 0.7.4 (2022-04-13)