We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225d6a1 commit 46e2527Copy full SHA for 46e2527
crates/bevy_log/Cargo.toml
@@ -13,7 +13,7 @@ keywords = ["bevy"]
13
bevy_app = { path = "../bevy_app", version = "0.5.0" }
14
bevy_utils = { path = "../bevy_utils", version = "0.5.0" }
15
16
-tracing-subscriber = {version = "0.2.22", features = ["registry"]}
+tracing-subscriber = {version = "0.3.1", features = ["registry", "env-filter"]}
17
tracing-chrome = { version = "0.3.1", optional = true }
18
tracing-tracy = { version = "0.7.0", optional = true }
19
0 commit comments