From 2bae75292fd9798a5ac8213ab5b0199b441a3c2e Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 10 Apr 2024 11:48:18 +1000 Subject: [PATCH] chore(snownet): add required feature to dev-dependency (#4536) Without this, it is not possible to run just the tests in the `snownet` directory. --- rust/connlib/snownet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/connlib/snownet/Cargo.toml b/rust/connlib/snownet/Cargo.toml index 429a64bfa..87c67bf9a 100644 --- a/rust/connlib/snownet/Cargo.toml +++ b/rust/connlib/snownet/Cargo.toml @@ -20,7 +20,7 @@ backoff = "0.4.0" hex = "0.4.0" [dev-dependencies] -tracing-subscriber = "0.3" +tracing-subscriber = {version = "0.3", features = ["env-filter"]} [lints] workspace = true