From d61d12e808c8691eb0a672d3f9b65560be970a44 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 18 Sep 2022 12:09:32 +0200 Subject: [PATCH] Prepare 0.10.5 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 53d4a6ff0..afe2ed618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itertools" -version = "0.10.4" +version = "0.10.5" license = "MIT/Apache-2.0" repository = "https://github.com/rust-itertools/itertools" diff --git a/README.md b/README.md index 732b41b45..a911127f4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ How to use with Cargo: ```toml [dependencies] -itertools = "0.10.4" +itertools = "0.10.5" ``` How to use in your crate: