Skip to content

Commit

Permalink
Depend on itertools >=0.10, <0.12 (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman committed Aug 15, 2023
1 parent c0461a6 commit e743d5e
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
Expand Up @@ -20,7 +20,7 @@ exclude = ["book/*"]
anes = "0.1.4"
once_cell = "1.14"
criterion-plot = { path = "plot", version = "0.5.0" }
itertools = "0.10"
itertools = ">=0.10, <12"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion plot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
cast = "0.3"
itertools = "0.10"
itertools = ">=0.10, <12"

[dev-dependencies]
itertools-num = "0.1"
Expand Down

0 comments on commit e743d5e

Please sign in to comment.