diff --git a/Cargo.toml b/Cargo.toml index a08c6864..48859e66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,7 @@ minitrace-jaeger = "0.6" [profile.release] debug = true + +[patch.crates-io] +minitrace = { git = "https://github.com/tikv/minitrace-rust", rev = "eb84d3d" } +minitrace-jaeger = { git = "https://github.com/tikv/minitrace-rust", rev = "eb84d3d" }