Skip to content

Commit

Permalink
chore: switch minitrace to crates.io version
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx committed Jun 24, 2024
1 parent 22811f2 commit 6c7fcae
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,8 @@ test-log = { version = "0.2", default-features = false, features = [
] }
itertools = "0.13"
metrics = "0.23"
minitrace = "0.6"
minitrace-jaeger = "0.6"
minitrace = "0.6.7"
minitrace-jaeger = "0.6.7"

[profile.release]
debug = true

[patch.crates-io]
# Remove the following two patches after minitrace releases a new version.
minitrace = { git = "https://github.com/tikv/minitrace-rust", rev = "eb84d3d" }
minitrace-jaeger = { git = "https://github.com/tikv/minitrace-rust", rev = "eb84d3d" }

0 comments on commit 6c7fcae

Please sign in to comment.