Skip to content

Commit 8727138

Browse files
committed
Add indexmap crate
1 parent 50b9298 commit 8727138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chalk-solve/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ rustc-hash = { version = "1.1.0" }
2020

2121
chalk-derive = { version = "0.76.0-dev.0", path = "../chalk-derive" }
2222
chalk-ir = { version = "0.76.0-dev.0", path = "../chalk-ir" }
23+
indexmap = "1.7.0"
2324

2425
[dev-dependencies]
2526
chalk-integration = { path = "../chalk-integration" }

0 commit comments

Comments
 (0)