From 04b0c113041b4b78cca32b7006cc480a4dbbda8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Mon, 21 Oct 2024 17:45:06 -0400 Subject: [PATCH] qos_net: fix missing vm feature --- src/qos_net/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qos_net/Cargo.toml b/src/qos_net/Cargo.toml index e4899c4a..9363c4ea 100644 --- a/src/qos_net/Cargo.toml +++ b/src/qos_net/Cargo.toml @@ -23,3 +23,4 @@ webpki-roots = { version = "0.26.1" } [features] default = ["proxy"] # keep this as a default feature ensures we lint by default proxy = ["rand", "hickory-resolver"] +vm = []