From 3e2658c0f7456336498af4be3648ac33d70b523e Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Thu, 22 Jun 2023 14:55:25 -0700 Subject: [PATCH] Depend on itertools >= 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 892533e..1c6b7bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ noisy_float = "0.2.0" num-integer = "0.1" num-traits = "0.2" rand = "0.8.3" -itertools = { version = "0.10.0", default-features = false } +itertools = { version = ">=0.10", default-features = false } indexmap = "1.6.2" [dev-dependencies]