refactor: remove unnecesary deps that are blended in when rebase

This commit is contained in:
shogo-nakano-desu 2023-09-20 22:55:52 +09:00
parent 2b891ca084
commit 1e11a55f98

View File

@ -105,10 +105,3 @@ triomphe = { version = "0.1.8", default-features = false, features = ["std"] }
hashbrown = { version = "0.12.3", features = [
"inline-more",
], default-features = false }
rustc_lexer = { version = "0.10.0", package = "ra-ap-rustc_lexer" }
rustc_parse_format = { version = "0.10.0", package = "ra-ap-rustc_parse_format", default-features = false }
# Upstream broke this for us so we can't update it
rustc_abi = { version = "0.0.20221221", package = "hkalbasi-rustc-ap-rustc_abi", default-features = false }
rustc_index = { version = "0.0.20221221", package = "hkalbasi-rustc-ap-rustc_index", default-features = false }