We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa878b commit 135d21bCopy full SHA for 135d21b
objdiff-gui/Cargo.toml
@@ -95,7 +95,7 @@ exec = "0.3"
95
96
# native:
97
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
98
-tracing-subscriber = "0.3"
+tracing-subscriber = { version = "0.3", features = ["env-filter"] }
99
100
# web:
101
[target.'cfg(target_arch = "wasm32")'.dependencies]
0 commit comments