use newer cargo version resolver

This trims ~700KiB off moonfire-nvr's text section, much of it by
eliminating h2. See #70.
This commit is contained in:
Scott Lamb 2021-10-27 13:18:52 -07:00
parent 4aab6baebb
commit 973d2fbfe2

View File

@ -3,6 +3,7 @@ name = "moonfire-nvr"
version = "0.7.0"
authors = ["Scott Lamb <slamb@slamb.org>"]
edition = "2018"
resolver = "2"
license-file = "../LICENSE.txt"
[features]