From 775e6bf74c551148e5939725f3d273226e9f5a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 10 Nov 2021 20:09:21 +0000 Subject: [PATCH] fix tracing-subscriber to `=0.2.24` (#3102) temporary fix until rest of ecosystem is updated --- 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..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 }