Skip to content

Commit

Permalink
Upgrade to indexmap 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Sep 30, 2023
1 parent 671308f commit 4196d7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chalk-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ chalk-solve = { version = "0.94.0-dev.0", path = "../chalk-solve" }
chalk-recursive = { version = "0.94.0-dev.0", path = "../chalk-recursive" }
chalk-engine = { version = "0.94.0-dev.0", path = "../chalk-engine" }
chalk-parse = { version = "0.94.0-dev.0", path = "../chalk-parse" }
indexmap = "1.8.0"
indexmap = "2"
2 changes: 1 addition & 1 deletion chalk-solve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rustc-hash = { version = "1.1.0" }

chalk-derive = { version = "0.94.0-dev.0", path = "../chalk-derive" }
chalk-ir = { version = "0.94.0-dev.0", path = "../chalk-ir" }
indexmap = "1.8.0"
indexmap = "2"

[dev-dependencies]
chalk-integration = { path = "../chalk-integration" }
Expand Down

0 comments on commit 4196d7a

Please sign in to comment.