From 8eee3ec3317df77531f62dfd1b18748fd2785768 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 15 Apr 2024 17:57:13 -0400 Subject: [PATCH] Don't enable criterion default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea3d17d..ef17644 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ walkdir = "2" hmac-sha512 = "1" # used while rust doesn't have native benchmarking capability -criterion = "0.5.1" +criterion = { version = "0.5.1", default-features = false } # used for testing our jamcrc implementation crc = "3"