From 5bd23d56bb08ec5134ba092a5691b340407eb6f1 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Tue, 2 Sep 2025 11:19:59 -0300 Subject: [PATCH] Update itertools to fix compilation error --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ae0487..009322e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthew Gordon "] edition = "2018" [dependencies] -itertools = "0.9" +itertools = "0.14" obj = "0.9" quickcheck = "0.9" quickcheck_macros = "0.9"