chore(snownet): add required feature to dev-dependency (#4536)

Without this, it is not possible to run just the tests in the `snownet`
directory.
This commit is contained in:
Thomas Eizinger
2024-04-10 11:48:18 +10:00
committed by GitHub
parent a8201abd6e
commit 2bae75292f

View File

@@ -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