@@ -79,6 +79,7 @@ toolchain = { path = "./crates/toolchain", version = "0.0.0" }
7979tt = { path = " ./crates/tt" , version = " 0.0.0" }
8080vfs-notify = { path = " ./crates/vfs-notify" , version = " 0.0.0" }
8181vfs = { path = " ./crates/vfs" , version = " 0.0.0" }
82+ rustc-dependencies = { path = " ./crates/rustc-dependencies" , version = " 0.0.0" }
8283
8384# local crates that aren't published to crates.io. These should not have versions.
8485proc-macro-test = { path = " ./crates/proc-macro-test" }
@@ -90,9 +91,9 @@ lsp-server = { version = "0.7.4" }
9091
9192# non-local crates
9293smallvec = { version = " 1.10.0" , features = [
93- " const_new" ,
94- " union" ,
95- " const_generics" ,
94+ " const_new" ,
95+ " union" ,
96+ " const_generics" ,
9697] }
9798smol_str = " 0.2.0"
9899nohash-hasher = " 0.2.0"
@@ -101,11 +102,6 @@ serde = { version = "1.0.156", features = ["derive"] }
101102serde_json = " 1.0.96"
102103triomphe = { version = " 0.1.8" , default-features = false , features = [" std" ] }
103104# 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