diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 42b8ce7c2..167c620a3 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)", |