1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: =?utf-8?q?Jelmer_Vernoo=C4=B3?= <jelmer@debian.org>
Date: Sat, 15 Nov 2025 17:24:32 +0200
Subject: older-itertools
===================================================================
---
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 e4c9f45..29d22ef 100644
--- a/native/libcst/Cargo.toml
+++ b/native/libcst/Cargo.toml
@@ -48,7 +48,7 @@ libcst_derive = { path = "../libcst_derive", version = "1.8.6" }
criterion = { version = "0.6.0", features = ["html_reports"] }
difference = "2.0.0"
rayon = "1.11.0"
-itertools = "0.14.0"
+itertools = "0.13.0"
[[bench]]
name = "parser_benchmark"
|