1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sat, 15 Nov 2025 17:54:31 +0200
Subject: Cargo.toml: Relax criterion to 0.5.1
---
native/libcst/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/native/libcst/Cargo.toml b/native/libcst/Cargo.toml
index 29d22ef..c5ef4cf 100644
--- a/native/libcst/Cargo.toml
+++ b/native/libcst/Cargo.toml
@@ -45,7 +45,7 @@ memchr = "2.7.4"
libcst_derive = { path = "../libcst_derive", version = "1.8.6" }
[dev-dependencies]
-criterion = { version = "0.6.0", features = ["html_reports"] }
+criterion = { version = "0.5.1", features = ["html_reports"] }
difference = "2.0.0"
rayon = "1.11.0"
itertools = "0.13.0"
|