Skip to content

Commit

Permalink
Merge pull request #22 from subtalegames/renovate/indexmap-2.x
Browse files Browse the repository at this point in the history
⬆️ Upgraded Rust crate indexmap to `2.2`
  • Loading branch information
lukecarr authored Feb 12, 2024
2 parents c27fbf2 + a2df5b6 commit 4ecd06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subtale-mimir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"

[dependencies]
float-cmp = { version = "0.9", optional = true }
indexmap = "2.0"
indexmap = "2.2"
rand = "0.8"
serde = { version = "1.0", features = ["derive"], optional = true }

Expand Down

0 comments on commit 4ecd06f

Please sign in to comment.