From 3378fb5ee16dd068238c1075815cd1f44b6e2126 Mon Sep 17 00:00:00 2001 From: Jack Wrenn Date: Mon, 29 Jan 2024 12:20:03 -0500 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9903ed4a9..70af68465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itertools" -version = "0.12.0" +version = "0.12.1" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-itertools/itertools"