From d8bf5f82249da10e88a28856e00444276b14f048 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Fri, 28 Oct 2022 21:51:38 +0000 Subject: [PATCH] Update tracing-chrome to 0.6.0 (#6398) Alternative to #4799 Tested and this works as expected --- crates/bevy_log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index 75b6ea7510e33..06c73627f5e36 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -17,7 +17,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" } bevy_ecs = { path = "../bevy_ecs", version = "0.9.0-dev" } tracing-subscriber = {version = "0.3.1", features = ["registry", "env-filter"]} -tracing-chrome = { version = "0.4.0", optional = true } +tracing-chrome = { version = "0.6.0", optional = true } tracing-tracy = { version = "0.10.0", optional = true } tracing-log = "0.1.2" tracing-error = { version = "0.2.0", optional = true }