Skip to content

Commit 46e2527

Browse files
committed
update tracing-subscriber and enable feature
1 parent 225d6a1 commit 46e2527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_log/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["bevy"]
1313
bevy_app = { path = "../bevy_app", version = "0.5.0" }
1414
bevy_utils = { path = "../bevy_utils", version = "0.5.0" }
1515

16-
tracing-subscriber = {version = "0.2.22", features = ["registry"]}
16+
tracing-subscriber = {version = "0.3.1", features = ["registry", "env-filter"]}
1717
tracing-chrome = { version = "0.3.1", optional = true }
1818
tracing-tracy = { version = "0.7.0", optional = true }
1919

0 commit comments

Comments
 (0)