mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user