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 f93f11a82..ceb26961e 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1060,6 +1060,7 @@ dependencies = [ | |||
1060 | "lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1060 | "lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1061 | "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1061 | "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1062 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | "ra_db 0.1.0", | ||
1063 | "ra_ide_api 0.1.0", | 1064 | "ra_ide_api 0.1.0", |
1064 | "ra_prof 0.1.0", | 1065 | "ra_prof 0.1.0", |
1065 | "ra_project_model 0.1.0", | 1066 | "ra_project_model 0.1.0", |