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"]