Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure tracy deps conform to compatibility table (#11331)
# Objective The table [here](https://github.com/nagisa/rust_tracy_client) shows which versions of [Tracy](https://github.com/wolfpld/tracy) should be used combined with which Rust deps. Reading `bevy_log`'s `Cargo.toml` can be slightly confusing since the exact versions are not picked from the same row. Reading the produced `Cargo.lock` when building a Bevy example shows that it's the most recent row that is resolved, but this should be more clearly understood without needing to check the lock file. ## Solution - Specify versions from the compatibility table including patch version Signed-off-by: Torstein Grindvik <torstein.grindvik@muybridge.com> Co-authored-by: Torstein Grindvik <torstein.grindvik@muybridge.com>
- Loading branch information