Skip to content

Commit d8bf5f8

Browse files
committed
Update tracing-chrome to 0.6.0 (#6398)
Alternative to #4799 Tested and this works as expected
1 parent e71c4d2 commit d8bf5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" }
1717
bevy_ecs = { path = "../bevy_ecs", version = "0.9.0-dev" }
1818

1919
tracing-subscriber = {version = "0.3.1", features = ["registry", "env-filter"]}
20-
tracing-chrome = { version = "0.4.0", optional = true }
20+
tracing-chrome = { version = "0.6.0", optional = true }
2121
tracing-tracy = { version = "0.10.0", optional = true }
2222
tracing-log = "0.1.2"
2323
tracing-error = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)