diff --git a/Cargo.lock b/Cargo.lock index a44b308d..a3f02869 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1280,8 +1280,9 @@ dependencies = [ [[package]] name = "tracy-client-sys" -version = "0.24.0" -source = "git+https://github.com/mahkoh/rust_tracy_client.git?branch=jorth/debuginfod#0ffd3d3375039aa984189daf776f633312e890c8" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68613466112302fdbeabc5fa55f7d57462a0b247d5a6b7d7e09401fb471a144d" dependencies = [ "cc", ] diff --git a/Cargo.toml b/Cargo.toml index faccd080..dab4342a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,13 +60,7 @@ serde_json = "1.0.128" enum-map = "2.7.3" png = "0.17.13" rustc-demangle = { version = "0.1.24", optional = true } - -[dependencies.tracy-client-sys] -version = "0.24.0" -git = "https://github.com/mahkoh/rust_tracy_client.git" -branch = "jorth/debuginfod" -features = ["ondemand", "manual-lifetime"] -optional = true +tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod"], optional = true } [build-dependencies] repc = "0.1.1"