diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2e2bc9e10..08d122e77 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -988,8 +988,10 @@ dependencies = [ | |||
988 | "ra_hir_ty", | 988 | "ra_hir_ty", |
989 | "ra_prof", | 989 | "ra_prof", |
990 | "ra_syntax", | 990 | "ra_syntax", |
991 | "ra_tt", | ||
991 | "rustc-hash", | 992 | "rustc-hash", |
992 | "stdx", | 993 | "stdx", |
994 | "url", | ||
993 | ] | 995 | ] |
994 | 996 | ||
995 | [[package]] | 997 | [[package]] |
@@ -1081,18 +1083,14 @@ dependencies = [ | |||
1081 | "ra_db", | 1083 | "ra_db", |
1082 | "ra_fmt", | 1084 | "ra_fmt", |
1083 | "ra_hir", | 1085 | "ra_hir", |
1084 | "ra_hir_def", | ||
1085 | "ra_ide_db", | 1086 | "ra_ide_db", |
1086 | "ra_parser", | ||
1087 | "ra_prof", | 1087 | "ra_prof", |
1088 | "ra_ssr", | 1088 | "ra_ssr", |
1089 | "ra_syntax", | 1089 | "ra_syntax", |
1090 | "ra_text_edit", | 1090 | "ra_text_edit", |
1091 | "ra_tt", | ||
1092 | "rustc-hash", | 1091 | "rustc-hash", |
1093 | "stdx", | 1092 | "stdx", |
1094 | "test_utils", | 1093 | "test_utils", |
1095 | "url", | ||
1096 | ] | 1094 | ] |
1097 | 1095 | ||
1098 | [[package]] | 1096 | [[package]] |
@@ -1105,7 +1103,6 @@ dependencies = [ | |||
1105 | "once_cell", | 1103 | "once_cell", |
1106 | "ra_db", | 1104 | "ra_db", |
1107 | "ra_hir", | 1105 | "ra_hir", |
1108 | "ra_hir_def", | ||
1109 | "ra_prof", | 1106 | "ra_prof", |
1110 | "ra_syntax", | 1107 | "ra_syntax", |
1111 | "ra_text_edit", | 1108 | "ra_text_edit", |