From e3669b495e341f2775bb1c6c2bc965fbc47d16f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 29 Jul 2024 21:11:55 +0200 Subject: [PATCH] unused dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1765272..b372341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,6 @@ spade = "2.9" geo = "0.28.0" log = "0.4" thiserror = "1" -itertools = "0.13.0" [dev-dependencies] criterion = "0.5"