minor: Lift out FxIndex{Map/Set} types into ide_db

This commit is contained in:
Lukas Wirth 2021-11-16 12:15:47 +01:00
parent d2513deb62
commit 92f7db447c
10 changed files with 13 additions and 16 deletions

View file

@ -17,7 +17,7 @@ rowan = "0.14.0"
rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
rustc-hash = "1.1.0"
once_cell = "1.3.1"
indexmap = "1.4.0"
indexmap = "1.7.0"
smol_str = "0.1.21"
stdx = { path = "../stdx", version = "0.0.0" }