Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index b21ac158d8..700c116ec1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ vfs = { path = "./crates/vfs", version = "0.0.0" } edition = { path = "./crates/edition", version = "0.0.0" } ra-ap-rustc_lexer = { version = "0.122", default-features = false } -ra-ap-rustc_parse_format = { version = "0.122", default-features = false } +ra-ap-rustc_parse_format = { version = "0.121", default-features = false } ra-ap-rustc_index = { version = "0.122", default-features = false } ra-ap-rustc_abi = { version = "0.122", default-features = false } ra-ap-rustc_pattern_analysis = { version = "0.122", default-features = false } |