Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Update itertools requirement from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [itertools](https://github.com/bluss/rust-itertools) to permit the latest version.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.9.0...v0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 9, 2021
1 parent 763512b commit 6be6149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ path = "src/main.rs"
hacspec-util = { path = "../utils/util", version = "0.1.0-beta.1" }
pretty = "0.10.0"
im = "15.0.0"
itertools = "0.9.0"
itertools = "0.10.0"
lazy_static = "1.4.0"
walkdir = "2.3.1"
serde_json = "1.0"
Expand Down

0 comments on commit 6be6149

Please sign in to comment.