mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +00:00
Bump rustc crates
This commit is contained in:
parent
bec6d6fbe3
commit
b4feffa5d6
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -87,11 +87,11 @@ vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
|
|||
vfs = { path = "./crates/vfs", version = "0.0.0" }
|
||||
edition = { path = "./crates/edition", version = "0.0.0" }
|
||||
|
||||
ra-ap-rustc_lexer = { version = "0.94", default-features = false }
|
||||
ra-ap-rustc_parse_format = { version = "0.94", default-features = false }
|
||||
ra-ap-rustc_index = { version = "0.94", default-features = false }
|
||||
ra-ap-rustc_abi = { version = "0.94", default-features = false }
|
||||
ra-ap-rustc_pattern_analysis = { version = "0.94", default-features = false }
|
||||
ra-ap-rustc_lexer = { version = "0.95", default-features = false }
|
||||
ra-ap-rustc_parse_format = { version = "0.95", default-features = false }
|
||||
ra-ap-rustc_index = { version = "0.95", default-features = false }
|
||||
ra-ap-rustc_abi = { version = "0.95", default-features = false }
|
||||
ra-ap-rustc_pattern_analysis = { version = "0.95", default-features = false }
|
||||
|
||||
# local crates that aren't published to crates.io. These should not have versions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue