Skip to content

Commit

Permalink
update to itertools 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jun 24, 2024
1 parent a321db3 commit 477d7a0
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 @@ -23,7 +23,7 @@ nalgebra = { version = "0.33", default-features = false, features = [
] }
approx = { version = "0.5", default-features = false }
num-iter = { version = "0.1.40", default-features = false, optional = true }
itertools = { version = "0.12", default-features = false }
itertools = { version = "0.13", default-features = false }
serde = { version = "1.0", default-features = false, features = [
"derive",
], optional = true }
Expand Down

0 comments on commit 477d7a0

Please sign in to comment.