Skip to content

Commit

Permalink
build(collator): no sendable guards in root toml
Browse files Browse the repository at this point in the history
conflicts with deadlock detection in `tycho-consensus/example/engine` target
  • Loading branch information
Mododo committed Jul 31, 2024
1 parent af72308 commit 975ee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ libc = "0.2"
metrics = "0.23"
metrics-exporter-prometheus = "0.15"
moka = { version = "0.12", features = ["sync"] }
parking_lot = { version = "0.12.1", features = ["send_guard"] }
parking_lot = { version = "0.12.1" }
parking_lot_core = "0.9.9"
pin-project-lite = "0.2"
pkcs8 = "0.10"
Expand Down

0 comments on commit 975ee1b

Please sign in to comment.