From 83a84b7f9e6953c76133b2604351ef2802aac8b7 Mon Sep 17 00:00:00 2001 From: Maksym Arutyunyan Date: Mon, 26 May 2025 13:50:45 +0200 Subject: [PATCH] fix: fix dependency for bench_scope feature in benchmarks --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4122f67..24904650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tempfile = "3.3.0" test-strategy = "0.3.1" [features] -bench_scope = [] # May add significant overhead. +bench_scope = ["dep:canbench-rs"] # May add significant overhead. [workspace] members = ["benchmarks"]