From 75c6882ee65687da30620bb7c0b671e5108272d2 Mon Sep 17 00:00:00 2001 From: Vasyl Tretiakov Date: Thu, 23 Jan 2025 01:04:02 +0200 Subject: [PATCH] criterion version bump for bls48581 --- crates/bls48581/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bls48581/Cargo.toml b/crates/bls48581/Cargo.toml index e0664c9..6a4813a 100644 --- a/crates/bls48581/Cargo.toml +++ b/crates/bls48581/Cargo.toml @@ -13,7 +13,7 @@ serde_json = "1.0.117" uniffi = { version= "0.25", features = ["cli"]} [dev-dependencies] -criterion = { version = "0.4", features = ["html_reports"] } +criterion = { version = "0.5.1", features = ["html_reports"] } rand = "0.8.5" [build-dependencies]