Skip to content

Commit 06156b1

Browse files
fix(deps): update rust crate tracy-client to 0.18
1 parent 10e94a5 commit 06156b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mizer-clock = { path = "../runtime/clock", optional = true }
1515
futures = "0.3"
1616
palette = "0.7"
1717
profiling = "1"
18-
tracy-client = { version = "0.17", optional = true, features = ["sampling", "code-transfer", "system-tracing", "context-switch-tracing"] }
18+
tracy-client = { version = "0.18", optional = true, features = ["sampling", "code-transfer", "system-tracing", "context-switch-tracing"] }
1919
serde = { version = "1", features = ["derive", "rc"] }
2020
bezier-rs = "0.4"
2121
uuid = { version = "1.8", features = ["v4"] }

0 commit comments

Comments
 (0)