Skip to content

Commit

Permalink
Merge pull request #360 from johanhelsing/fix-signaling-example-build…
Browse files Browse the repository at this point in the history
…-error

Add missing `env-filter` feature for signaling examples
  • Loading branch information
johanhelsing authored Oct 30, 2023
2 parents 1a2b5e8 + 0ff5a3b commit fe95d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchbox_signaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ async-trait = { version = "0.1" }

[dev-dependencies]
tokio-tungstenite = "0.20.0"
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 comments on commit fe95d91

Please sign in to comment.