From 0dbdbefbdf286fd1aa367775d162c570cb67ad71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 10 Nov 2021 21:02:36 +0100 Subject: [PATCH 1/4] :angry: --- 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 eafa77e51b4d5..53b7f0eccc015 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["bevy"] bevy_app = { path = "../bevy_app", version = "0.5.0" } bevy_utils = { path = "../bevy_utils", version = "0.5.0" } -tracing-subscriber = {version = "0.2.22", features = ["registry"]} +tracing-subscriber = {version = "=0.2.22", features = ["registry"]} tracing-chrome = { version = "0.3.1", optional = true } tracing-tracy = { version = "0.7.0", optional = true } From 7c092a900e0db245623bb3c2607dc8971d4325f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 10 Nov 2021 21:03:30 +0100 Subject: [PATCH 2/4] :angry: 2 --- 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 53b7f0eccc015..e9d3e9b01669f 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["bevy"] bevy_app = { path = "../bevy_app", version = "0.5.0" } bevy_utils = { path = "../bevy_utils", version = "0.5.0" } -tracing-subscriber = {version = "=0.2.22", features = ["registry"]} +tracing-subscriber = {version = "=0.2.24", features = ["registry"]} tracing-chrome = { version = "0.3.1", optional = true } tracing-tracy = { version = "0.7.0", optional = true } From cf096eca84d413b82447ef15a16b5c497238b8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 10 Nov 2021 21:09:30 +0100 Subject: [PATCH 3/4] :facepalm: --- 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 e9d3e9b01669f..613c1d94fedd8 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -14,7 +14,7 @@ bevy_app = { path = "../bevy_app", version = "0.5.0" } bevy_utils = { path = "../bevy_utils", version = "0.5.0" } tracing-subscriber = {version = "=0.2.24", features = ["registry"]} -tracing-chrome = { version = "0.3.1", optional = true } +tracing-chrome = { version = "=0.3.0", optional = true } tracing-tracy = { version = "0.7.0", optional = true } [target.'cfg(target_os = "android")'.dependencies] From 46b602b75ccd8afa4101d35672a8113e599ba951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 10 Nov 2021 21:10:38 +0100 Subject: [PATCH 4/4] :facepalm: 2 --- crates/bevy_log/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index 613c1d94fedd8..e535408ee6608 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -14,7 +14,7 @@ bevy_app = { path = "../bevy_app", version = "0.5.0" } bevy_utils = { path = "../bevy_utils", version = "0.5.0" } tracing-subscriber = {version = "=0.2.24", features = ["registry"]} -tracing-chrome = { version = "=0.3.0", optional = true } +tracing-chrome = { version = "=0.3.1", optional = true } tracing-tracy = { version = "0.7.0", optional = true } [target.'cfg(target_os = "android")'.dependencies] @@ -22,7 +22,7 @@ android_log-sys = "0.2.0" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6" -tracing-wasm = "0.2" +tracing-wasm = "=0.2.0" [dev-dependencies] bevy_internal = { path = "../bevy_internal", version = "0.5.0" }