Skip to content

Commit

Permalink
Prepare 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phimuemue committed Sep 18, 2022
1 parent 8d362f2 commit d61d12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d61d12e

Please sign in to comment.