Skip to content

Commit

Permalink
set indexmap to 1.9 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avl committed Aug 4, 2023
1 parent 06ae3a0 commit a70eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savefile-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ savefile-derive = { path = "../savefile-derive", version = "=0.16.2" }
bit-vec = "0.6"
arrayvec="0.7"
smallvec="*"
indexmap="*"
indexmap = { version = "1.9"}
byteorder="*"
rand="0.8"
parking_lot="0.12"
Expand Down

0 comments on commit a70eed8

Please sign in to comment.