We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630bbdd commit 3e47a02Copy full SHA for 3e47a02
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "itertools"
3
-version = "0.12.1"
+version = "0.13.0"
4
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/rust-itertools/itertools"
README.md
@@ -11,7 +11,7 @@ How to use with Cargo:
11
12
```toml
13
[dependencies]
14
-itertools = "0.12.1"
+itertools = "0.13.0"
15
```
16
17
How to use in your crate:
0 commit comments