Skip to content

Commit

Permalink
Upgrade indexmap to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Aug 23, 2024
1 parent a2882c4 commit 69f0ea8
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 @@ -22,7 +22,7 @@ num-integer = "0.1"
num-traits = "0.2"
rand = "0.8.3"
itertools = { version = "0.13", default-features = false }
indexmap = "1.6.2"
indexmap = "2.4"

[dev-dependencies]
ndarray = { version = "0.16.1", features = ["approx"] }
Expand Down

0 comments on commit 69f0ea8

Please sign in to comment.