From c13fcc99f7dc2f2d2e94a46853b3feed9a3d83df Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Wed, 16 Jul 2025 19:14:45 -0400 Subject: [PATCH] Remove commented-out dev-dependencies from Cargo.toml --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4bdc53..983cbbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,6 @@ rand = "^0.9.1" [features] bench = ["dep:criterion"] -# [dev-dependencies] -# criterion = { version = "0.5", features = ["html_reports"], optional = true } - [[bench]] name = "benchmarks" harness = false