Skip to content

Commit

Permalink
Merge pull request #13 from strawlab/dependabot/cargo/itertools-0.12
Browse files Browse the repository at this point in the history
Update itertools requirement from 0.11 to 0.12
  • Loading branch information
astraw authored Nov 15, 2023
2 parents 3e33813 + a334dae commit fa70e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["algorithms", "computer-vision", "no-std", "science", "science::ro
nalgebra = {version="0.32", default-features=false, features=["libm"]}
approx = {version="0.5", default-features=false}
num-iter = {version="0.1.40", default-features=false, optional=true}
itertools = {version="0.11", default-features=false}
itertools = {version="0.12", default-features=false}
serde = {version="1.0", default-features=false, features=["derive"], optional=true}

[dev-dependencies]
Expand Down

0 comments on commit fa70e53

Please sign in to comment.