From 3c33a330e3160c077db0f08f453586b18044fd61 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 25 Oct 2025 10:01:29 +0200 Subject: [PATCH] be prescriptive on the codspeed-divan-compat version cargo publish isn't publishing it otherwise --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df0848ca3f8..28ac8ce8866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -314,7 +314,7 @@ compare = "0.1.0" crossterm = "0.29.0" ctor = "0.6.0" ctrlc = { version = "3.4.7", features = ["termination"] } -divan = { package = "codspeed-divan-compat", version = "*" } +divan = { package = "codspeed-divan-compat", version = "4.0.5" } dns-lookup = { version = "3.0.0" } exacl = "0.12.0" file_diff = "1.0.0"