From d0a45cbcf37ea317809b3040aadb0d4d96285f9d Mon Sep 17 00:00:00 2001 From: melkor Date: Sun, 26 May 2024 13:29:43 -0700 Subject: [PATCH] Bump iai-callgrind to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79a194b..715bcfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] } [dev-dependencies] arrow2 = { version = "0.17", features = ["io_json"] } criterion = "0.5" -iai-callgrind = "0.10" +iai-callgrind = "0.11" pretty_assertions = "1.3" ssbm-data = "0.1"