about summary refs log tree commit diff
diff options
context:
space:
mode:
authorshogo-nakano-desu <61229807+shogo-nakano-desu@users.noreply.github.com>2023-09-20 22:55:52 +0900
committershogo-nakano-desu <61229807+shogo-nakano-desu@users.noreply.github.com>2023-09-20 22:55:52 +0900
commit1e11a55f98d9b3f1f7ac2a6779e10b060fe3c896 (patch)
tree04099d9eb8f184ca126471ff6f2c7013dc11f471
parent2b891ca084f38aa88842cd8c568913adbf0e88a2 (diff)
downloadrust-1e11a55f98d9b3f1f7ac2a6779e10b060fe3c896.tar.gz
rust-1e11a55f98d9b3f1f7ac2a6779e10b060fe3c896.zip
refactor: remove unnecesary deps that are blended in when rebase
-rw-r--r--Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd4348785df..c382a5a37d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 }