diff --git a/Cargo.toml b/Cargo.toml index 032996ff..c61070b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ serde_json = "1.0.128" linearize = { version = "0.1.3", features = ["derive"] } png = "0.17.13" rustc-demangle = { version = "0.1.24", optional = true } -tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod"], optional = true } +tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod", "demangle"], optional = true } kbvm = "0.1.3" [build-dependencies]