From 3b7c0e7352e808467f0692d724a9e08fc70b1f1e Mon Sep 17 00:00:00 2001 From: al <82364884+Al-Kindi-0@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:31:07 +0400 Subject: [PATCH] fix(bench): enable concurrent feature for miden-tx in bench-transaction --- bin/bench-transaction/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bench-transaction/Cargo.toml b/bin/bench-transaction/Cargo.toml index e932ad28fa..376076ff73 100644 --- a/bin/bench-transaction/Cargo.toml +++ b/bin/bench-transaction/Cargo.toml @@ -20,7 +20,7 @@ path = "src/time_counting_benchmarks/prove.rs" miden-protocol = { features = ["testing"], workspace = true } miden-standards = { workspace = true } miden-testing = { workspace = true } -miden-tx = { workspace = true } +miden-tx = { features = ["concurrent"], workspace = true } # External dependencies anyhow = { workspace = true }