mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-29 06:23:25 +00:00
Bump rustc crates
This commit is contained in:
parent
250bf98d58
commit
8d479d099b
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -85,11 +85,11 @@ tt = { path = "./crates/tt", version = "0.0.0" }
|
||||||
vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
|
vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
|
||||||
vfs = { path = "./crates/vfs", version = "0.0.0" }
|
vfs = { path = "./crates/vfs", version = "0.0.0" }
|
||||||
|
|
||||||
ra-ap-rustc_lexer = { version = "0.71.0", default-features = false }
|
ra-ap-rustc_lexer = { version = "0.73", default-features = false }
|
||||||
ra-ap-rustc_parse_format = { version = "0.71.0", default-features = false }
|
ra-ap-rustc_parse_format = { version = "0.73", default-features = false }
|
||||||
ra-ap-rustc_index = { version = "0.71.0", default-features = false }
|
ra-ap-rustc_index = { version = "0.73", default-features = false }
|
||||||
ra-ap-rustc_abi = { version = "0.71.0", default-features = false }
|
ra-ap-rustc_abi = { version = "0.73", default-features = false }
|
||||||
ra-ap-rustc_pattern_analysis = { version = "0.71.0", default-features = false }
|
ra-ap-rustc_pattern_analysis = { version = "0.73", default-features = false }
|
||||||
|
|
||||||
# local crates that aren't published to crates.io. These should not have versions.
|
# local crates that aren't published to crates.io. These should not have versions.
|
||||||
test-fixture = { path = "./crates/test-fixture" }
|
test-fixture = { path = "./crates/test-fixture" }
|
||||||
|
|
Loading…
Reference in a new issue