File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ tt = { path = "./crates/tt", version = "0.0.0" }
85
85
vfs-notify = { path = " ./crates/vfs-notify" , version = " 0.0.0" }
86
86
vfs = { path = " ./crates/vfs" , version = " 0.0.0" }
87
87
88
- ra-ap-rustc_lexer = { version = " 0.71.0 " , default-features = false }
89
- ra-ap-rustc_parse_format = { version = " 0.71.0 " , default-features = false }
90
- ra-ap-rustc_index = { version = " 0.71.0 " , default-features = false }
91
- ra-ap-rustc_abi = { version = " 0.71.0 " , default-features = false }
92
- ra-ap-rustc_pattern_analysis = { version = " 0.71.0 " , default-features = false }
88
+ ra-ap-rustc_lexer = { version = " 0.73 " , default-features = false }
89
+ ra-ap-rustc_parse_format = { version = " 0.73 " , default-features = false }
90
+ ra-ap-rustc_index = { version = " 0.73 " , default-features = false }
91
+ ra-ap-rustc_abi = { version = " 0.73 " , default-features = false }
92
+ ra-ap-rustc_pattern_analysis = { version = " 0.73 " , default-features = false }
93
93
94
94
# local crates that aren't published to crates.io. These should not have versions.
95
95
test-fixture = { path = " ./crates/test-fixture" }
You can’t perform that action at this time.
0 commit comments