Skip to content

Commit db47289

Browse files
Bump version
1 parent c4de54f commit db47289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itertools"
3-
version = "0.12.1"
3+
version = "0.13.0"
44

55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-itertools/itertools"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ How to use with Cargo:
1111

1212
```toml
1313
[dependencies]
14-
itertools = "0.12.1"
14+
itertools = "0.13.0"
1515
```
1616

1717
How to use in your crate:

0 commit comments

Comments
 (0)