From 975ee1bcd61fd0b88bb9254251015f01f63aa489 Mon Sep 17 00:00:00 2001 From: Kirill Mikheev Date: Wed, 31 Jul 2024 09:04:41 +0300 Subject: [PATCH] build(collator): no sendable guards in root toml conflicts with deadlock detection in `tycho-consensus/example/engine` target --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 033eaffce..b25b3340f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"