From 973d2fbfe26c6614021a390a9afc574c6ac8277e Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Wed, 27 Oct 2021 13:18:52 -0700 Subject: [PATCH] use newer cargo version resolver This trims ~700KiB off moonfire-nvr's text section, much of it by eliminating h2. See #70. --- server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Cargo.toml b/server/Cargo.toml index 600e2bf..d8ae631 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -3,6 +3,7 @@ name = "moonfire-nvr" version = "0.7.0" authors = ["Scott Lamb "] edition = "2018" +resolver = "2" license-file = "../LICENSE.txt" [features]