Skip to content

Commit

Permalink
fix tracing-subscriber to =0.2.24 (#3102)
Browse files Browse the repository at this point in the history
temporary fix until rest of ecosystem is updated
  • Loading branch information
mockersf committed Nov 10, 2021
1 parent f4cfcc0 commit 12e0b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/bevy_log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ 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-chrome = { version = "0.3.1", optional = true }
tracing-subscriber = {version = "=0.2.24", features = ["registry"]}
tracing-chrome = { version = "=0.3.1", optional = true }
tracing-tracy = { version = "0.7.0", optional = true }

[target.'cfg(target_os = "android")'.dependencies]
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" }

0 comments on commit 12e0b80

Please sign in to comment.