diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index b7480b8d1..b7489fda5 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1023,6 +1023,7 @@ dependencies = [ | |||
1023 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1023 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1024 | "ra_db 0.1.0", | 1024 | "ra_db 0.1.0", |
1025 | "ra_hir 0.1.0", | 1025 | "ra_hir 0.1.0", |
1026 | "ra_ide_api 0.1.0", | ||
1026 | "ra_project_model 0.1.0", | 1027 | "ra_project_model 0.1.0", |
1027 | "ra_syntax 0.1.0", | 1028 | "ra_syntax 0.1.0", |
1028 | "ra_vfs 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1029 | "ra_vfs 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1079,6 +1080,7 @@ dependencies = [ | |||
1079 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1080 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1081 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1082 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1083 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1082 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1084 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1083 | "once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1085 | "once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1084 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1086 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |