aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-12 16:03:06 +0100
committerAleksey Kladov <[email protected]>2020-08-12 16:03:06 +0100
commit6dafc13f5f776980cd2560fb79d3d4790811c96d (patch)
tree392c214055eab6a713814d46435bc0d91cf84e6c /Cargo.lock
parent7510048ec0a5d5e7136e3ea258954eb244d15baf (diff)
Rename ra_text_edit -> text_edit
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index daa872546..4a6a65934 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -927,10 +927,10 @@ dependencies = [
927 "ra_hir", 927 "ra_hir",
928 "ra_ide_db", 928 "ra_ide_db",
929 "ra_syntax", 929 "ra_syntax",
930 "ra_text_edit",
931 "rustc-hash", 930 "rustc-hash",
932 "stdx", 931 "stdx",
933 "test_utils", 932 "test_utils",
933 "text_edit",
934] 934]
935 935
936[[package]] 936[[package]]
@@ -1075,10 +1075,10 @@ dependencies = [
1075 "ra_ide_db", 1075 "ra_ide_db",
1076 "ra_ssr", 1076 "ra_ssr",
1077 "ra_syntax", 1077 "ra_syntax",
1078 "ra_text_edit",
1079 "rustc-hash", 1078 "rustc-hash",
1080 "stdx", 1079 "stdx",
1081 "test_utils", 1080 "test_utils",
1081 "text_edit",
1082] 1082]
1083 1083
1084[[package]] 1084[[package]]
@@ -1093,11 +1093,11 @@ dependencies = [
1093 "ra_db", 1093 "ra_db",
1094 "ra_hir", 1094 "ra_hir",
1095 "ra_syntax", 1095 "ra_syntax",
1096 "ra_text_edit",
1097 "rayon", 1096 "rayon",
1098 "rustc-hash", 1097 "rustc-hash",
1099 "stdx", 1098 "stdx",
1100 "test_utils", 1099 "test_utils",
1100 "text_edit",
1101] 1101]
1102 1102
1103[[package]] 1103[[package]]
@@ -1177,9 +1177,9 @@ dependencies = [
1177 "ra_hir", 1177 "ra_hir",
1178 "ra_ide_db", 1178 "ra_ide_db",
1179 "ra_syntax", 1179 "ra_syntax",
1180 "ra_text_edit",
1181 "rustc-hash", 1180 "rustc-hash",
1182 "test_utils", 1181 "test_utils",
1182 "text_edit",
1183] 1183]
1184 1184
1185[[package]] 1185[[package]]
@@ -1191,7 +1191,6 @@ dependencies = [
1191 "itertools", 1191 "itertools",
1192 "once_cell", 1192 "once_cell",
1193 "ra_parser", 1193 "ra_parser",
1194 "ra_text_edit",
1195 "rayon", 1194 "rayon",
1196 "rowan", 1195 "rowan",
1197 "rustc-ap-rustc_lexer", 1196 "rustc-ap-rustc_lexer",
@@ -1200,17 +1199,11 @@ dependencies = [
1200 "smol_str", 1199 "smol_str",
1201 "stdx", 1200 "stdx",
1202 "test_utils", 1201 "test_utils",
1202 "text_edit",
1203 "walkdir", 1203 "walkdir",
1204] 1204]
1205 1205
1206[[package]] 1206[[package]]
1207name = "ra_text_edit"
1208version = "0.0.0"
1209dependencies = [
1210 "text-size",
1211]
1212
1213[[package]]
1214name = "rayon" 1207name = "rayon"
1215version = "1.3.1" 1208version = "1.3.1"
1216source = "registry+https://github.com/rust-lang/crates.io-index" 1209source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1312,13 +1305,13 @@ dependencies = [
1312 "ra_project_model", 1305 "ra_project_model",
1313 "ra_ssr", 1306 "ra_ssr",
1314 "ra_syntax", 1307 "ra_syntax",
1315 "ra_text_edit",
1316 "rayon", 1308 "rayon",
1317 "rustc-hash", 1309 "rustc-hash",
1318 "serde", 1310 "serde",
1319 "serde_json", 1311 "serde_json",
1320 "stdx", 1312 "stdx",
1321 "test_utils", 1313 "test_utils",
1314 "text_edit",
1322 "threadpool", 1315 "threadpool",
1323 "toolchain", 1316 "toolchain",
1324 "tt", 1317 "tt",
@@ -1566,6 +1559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "f03e7efdedc3bc78cb2337f1e2785c39e45f5ef762d9e4ebb137fff7380a6d8a" 1559checksum = "f03e7efdedc3bc78cb2337f1e2785c39e45f5ef762d9e4ebb137fff7380a6d8a"
1567 1560
1568[[package]] 1561[[package]]
1562name = "text_edit"
1563version = "0.0.0"
1564dependencies = [
1565 "text-size",
1566]
1567
1568[[package]]
1569name = "thin-dst" 1569name = "thin-dst"
1570version = "1.1.0" 1570version = "1.1.0"
1571source = "registry+https://github.com/rust-lang/crates.io-index" 1571source = "registry+https://github.com/rust-lang/crates.io-index"