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: