Skip to content

Commit 6c65347

Browse files
committed
Fix missing dependency feature for objdiff-gui
1 parent a119d9a commit 6c65347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exec = "0.3"
9595

9696
# native:
9797
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
98-
tracing-subscriber = "0.3"
98+
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
9999

100100
# web:
101101
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)