Revert version pin

This commit is contained in:
Liam Aharon 2025-07-14 08:40:46 +12:00
parent 5afa4485c6
commit 5231fd7978

View File

@ -29,12 +29,10 @@ tracing-log = "0.2.0"
tracing-error = { version = "0.2.0", optional = true }
tracing = { version = "0.1", default-features = false, features = ["std"] }
# Pin deps for compatibility with Tracy v0.12.2.
#
# Tracy dependency compatibility table:
# https://github.com/nagisa/rust_tracy_client
tracing-tracy = { version = "=0.11.4", optional = true }
tracy-client = { version = "=0.18.2", optional = true }
tracing-tracy = { version = "0.11.4", optional = true }
tracy-client = { version = "0.18.0", optional = true }
[target.'cfg(target_os = "android")'.dependencies]
android_log-sys = "0.3.0"