Fix missing dependency feature for objdiff-gui

This commit is contained in:
LagoLunatic 2024-11-27 21:05:07 -05:00
parent a119d9a6dd
commit 40c97a1bc3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ exec = "0.3"
# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]