From 36c6f193abd56e5a1d737d01ae69676ecb0c2e19 Mon Sep 17 00:00:00 2001 From: moana Date: Mon, 16 Oct 2023 15:14:54 +0200 Subject: [PATCH] Update criterion to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c00dd7f7..8d6b144e 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.3" tempdir = "0.3" rand = "0.8" rkyv = {version = "0.7", default-features = false, features = ["size_32"]}