Skip to content

Commit

Permalink
feat: add deadlock-detection feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Jun 6, 2024
1 parent 53c372b commit 56e69be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ futures-util = { workspace = true }
hex = { workspace = true }
libc = { workspace = true }
metrics-exporter-prometheus = { workspace = true }
parking_lot = { workspace = true }
public-ip = { workspace = true }
rand = { workspace = true }
serde = { workspace = true }
Expand Down Expand Up @@ -62,6 +63,7 @@ rustc_version = { workspace = true }
[features]
default = ["jemalloc"]
jemalloc = ["dep:tikv-jemallocator"]
deadlock-detection = ["parking_lot/deadlock_detection"]

[lints]
workspace = true

0 comments on commit 56e69be

Please sign in to comment.