From eff8899587ffeb8ee545ac13888da5068bcccf5f Mon Sep 17 00:00:00 2001 From: Jeroen Van Der Donckt <18898740+jvdd@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:00:46 +0200 Subject: [PATCH] ci: update codspeed-criterion dependency (#67) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a829871..0dc22df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ arrow2 = ["dep:arrow2"] rstest = { version = "0.18.2", default-features = false } rstest_reuse = { version = "0.6", default-features = false } rand = { version = "0.8.5", default-features = false } -codspeed-criterion-compat = "2.3.3" +codspeed-criterion-compat = "2.4" criterion = "0.5.1" dev_utils = { path = "dev_utils" }