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 8945122 commit c55d553Copy full SHA for c55d553
crates/bevy_log/Cargo.toml
@@ -17,7 +17,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.9.0" }
17
bevy_ecs = { path = "../bevy_ecs", version = "0.9.0" }
18
19
tracing-subscriber = {version = "0.3.1", features = ["registry", "env-filter"]}
20
-tracing-chrome = { version = "0.6.0", optional = true }
+tracing-chrome = { version = "0.7.0", optional = true }
21
tracing-tracy = { version = "0.10.0", optional = true }
22
tracing-log = "0.1.2"
23
tracing-error = { version = "0.2.0", optional = true }
0 commit comments