Skip to content

Commit 1e11a55

Browse files
refactor: remove unnecesary deps that are blended in when rebase
1 parent 2b891ca commit 1e11a55

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

-7
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,3 @@ triomphe = { version = "0.1.8", default-features = false, features = ["std"] }
105105
hashbrown = { version = "0.12.3", features = [
106106
"inline-more",
107107
], default-features = false }
108-
109-
rustc_lexer = { version = "0.10.0", package = "ra-ap-rustc_lexer" }
110-
rustc_parse_format = { version = "0.10.0", package = "ra-ap-rustc_parse_format", default-features = false }
111-
112-
# Upstream broke this for us so we can't update it
113-
rustc_abi = { version = "0.0.20221221", package = "hkalbasi-rustc-ap-rustc_abi", default-features = false }
114-
rustc_index = { version = "0.0.20221221", package = "hkalbasi-rustc-ap-rustc_index", default-features = false }

0 commit comments

Comments
 (0)