Skip to content

Commit

Permalink
Auto merge of #802 - cuviper:indexmap-2, r=compiler-errors
Browse files Browse the repository at this point in the history
Upgrade to indexmap 2

No code changes required!
  • Loading branch information
bors committed Sep 30, 2023
2 parents 671308f + 4196d7a commit 48f8151
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 48f8151

Please sign in to comment.