Skip to content

Commit

Permalink
Update itertools to version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Sep 20, 2024
1 parent 8556502 commit 3f7dcbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Update `itertools` dependency to version `0.13.0`

## [0.12.1] - 2024-05-07

- Add WASM support
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1.0", features = ["sync"] }
async-std = { version = "1.0", features = ["attributes"] }
config = { version = "0.14", features = ["json"] }
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
itertools = "0.12"
itertools = "0.13"
tokio = { version = "1.5.0", features = [
"macros",
"rt",
Expand Down

0 comments on commit 3f7dcbe

Please sign in to comment.