From 4036bdfe575f54ea9926be23bd61bcec28a5b117 Mon Sep 17 00:00:00 2001 From: moana Date: Mon, 16 Oct 2023 15:14:54 +0200 Subject: [PATCH] Update criterion to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c00dd7f7..c480ffa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ backtrace = {version = "0.3", optional = true} dusk-cdf = {version = "0.5", optional = true} [dev-dependencies] -criterion = "0.5" +criterion = "0.4" tempdir = "0.3" rand = "0.8" rkyv = {version = "0.7", default-features = false, features = ["size_32"]}