@@ -79,6 +79,7 @@ toolchain = { path = "./crates/toolchain", version = "0.0.0" }
79
79
tt = { path = " ./crates/tt" , version = " 0.0.0" }
80
80
vfs-notify = { path = " ./crates/vfs-notify" , version = " 0.0.0" }
81
81
vfs = { path = " ./crates/vfs" , version = " 0.0.0" }
82
+ rustc-dependencies = { path = " ./crates/rustc-dependencies" , version = " 0.0.0" }
82
83
83
84
# local crates that aren't published to crates.io. These should not have versions.
84
85
proc-macro-test = { path = " ./crates/proc-macro-test" }
@@ -90,9 +91,9 @@ lsp-server = { version = "0.7.4" }
90
91
91
92
# non-local crates
92
93
smallvec = { version = " 1.10.0" , features = [
93
- " const_new" ,
94
- " union" ,
95
- " const_generics" ,
94
+ " const_new" ,
95
+ " union" ,
96
+ " const_generics" ,
96
97
] }
97
98
smol_str = " 0.2.0"
98
99
nohash-hasher = " 0.2.0"
@@ -101,11 +102,6 @@ serde = { version = "1.0.156", features = ["derive"] }
101
102
serde_json = " 1.0.96"
102
103
triomphe = { version = " 0.1.8" , default-features = false , features = [" std" ] }
103
104
# can't upgrade due to dashmap depending on 0.12.3 currently
104
- hashbrown = { version = " 0.12.3" , features = [" inline-more" ], default-features = false }
105
-
106
- rustc_lexer = { version = " 0.10.0" , package = " ra-ap-rustc_lexer" }
107
- rustc_parse_format = { version = " 0.10.0" , package = " ra-ap-rustc_parse_format" , default-features = false }
108
-
109
- # Upstream broke this for us so we can't update it
110
- rustc_abi = { version = " 0.0.20221221" , package = " hkalbasi-rustc-ap-rustc_abi" , default-features = false }
111
- rustc_index = { version = " 0.0.20221221" , package = " hkalbasi-rustc-ap-rustc_index" , default-features = false }
105
+ hashbrown = { version = " 0.12.3" , features = [
106
+ " inline-more" ,
107
+ ], default-features = false }
0 commit comments