diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0f7a45d6c..b0a0e841c 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -906,7 +906,7 @@ dependencies = [ | |||
906 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 906 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
907 | "ra_db 0.1.0", | 907 | "ra_db 0.1.0", |
908 | "ra_hir 0.1.0", | 908 | "ra_hir 0.1.0", |
909 | "ra_ide_api 0.1.0", | 909 | "ra_ide 0.1.0", |
910 | "ra_project_model 0.1.0", | 910 | "ra_project_model 0.1.0", |
911 | "ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 911 | "ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
912 | "ra_vfs_glob 0.1.0", | 912 | "ra_vfs_glob 0.1.0", |
@@ -932,7 +932,7 @@ dependencies = [ | |||
932 | "ra_batch 0.1.0", | 932 | "ra_batch 0.1.0", |
933 | "ra_db 0.1.0", | 933 | "ra_db 0.1.0", |
934 | "ra_hir 0.1.0", | 934 | "ra_hir 0.1.0", |
935 | "ra_ide_api 0.1.0", | 935 | "ra_ide 0.1.0", |
936 | "ra_prof 0.1.0", | 936 | "ra_prof 0.1.0", |
937 | "ra_syntax 0.1.0", | 937 | "ra_syntax 0.1.0", |
938 | ] | 938 | ] |
@@ -1027,7 +1027,7 @@ dependencies = [ | |||
1027 | ] | 1027 | ] |
1028 | 1028 | ||
1029 | [[package]] | 1029 | [[package]] |
1030 | name = "ra_ide_api" | 1030 | name = "ra_ide" |
1031 | version = "0.1.0" | 1031 | version = "0.1.0" |
1032 | dependencies = [ | 1032 | dependencies = [ |
1033 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1033 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1065,7 +1065,7 @@ dependencies = [ | |||
1065 | "lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1065 | "lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1066 | "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1067 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1068 | "ra_ide_api 0.1.0", | 1068 | "ra_ide 0.1.0", |
1069 | "ra_prof 0.1.0", | 1069 | "ra_prof 0.1.0", |
1070 | "ra_project_model 0.1.0", | 1070 | "ra_project_model 0.1.0", |
1071 | "ra_syntax 0.1.0", | 1071 | "ra_syntax 0.1.0", |