Skip to content

Commit 29c5279

Browse files
committed
fix: rm tracy-client-sys temp
1 parent 326ab94 commit 29c5279

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rspack_allocator/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ version.workspace = true
99
[dependencies]
1010

1111
[target.'cfg(not(target_family = "wasm"))'.dependencies]
12-
sftrace-setup = { workspace = true, optional = true }
13-
tracy-client = { workspace = true, optional = true }
14-
tracy-client-sys = { version = "=0.26.0" }
12+
sftrace-setup = { workspace = true, optional = true }
13+
tracy-client = { workspace = true, optional = true }
1514

1615
[target.'cfg(target_os = "linux")'.dependencies]
1716
# Turned on `local_dynamic_tls` to avoid issue: https://github.com/microsoft/mimalloc/issues/147

0 commit comments

Comments
 (0)