aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock32
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c2a0457c7..598b739c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -939,8 +939,8 @@ version = "0.1.0"
939dependencies = [ 939dependencies = [
940 "ra_mbe", 940 "ra_mbe",
941 "ra_syntax", 941 "ra_syntax",
942 "ra_tt",
943 "rustc-hash", 942 "rustc-hash",
943 "tt",
944] 944]
945 945
946[[package]] 946[[package]]
@@ -950,11 +950,11 @@ dependencies = [
950 "profile", 950 "profile",
951 "ra_cfg", 951 "ra_cfg",
952 "ra_syntax", 952 "ra_syntax",
953 "ra_tt",
954 "rustc-hash", 953 "rustc-hash",
955 "salsa", 954 "salsa",
956 "stdx", 955 "stdx",
957 "test_utils", 956 "test_utils",
957 "tt",
958 "vfs", 958 "vfs",
959] 959]
960 960
@@ -1004,11 +1004,11 @@ dependencies = [
1004 "ra_hir_expand", 1004 "ra_hir_expand",
1005 "ra_mbe", 1005 "ra_mbe",
1006 "ra_syntax", 1006 "ra_syntax",
1007 "ra_tt",
1008 "rustc-hash", 1007 "rustc-hash",
1009 "smallvec", 1008 "smallvec",
1010 "stdx", 1009 "stdx",
1011 "test_utils", 1010 "test_utils",
1011 "tt",
1012] 1012]
1013 1013
1014[[package]] 1014[[package]]
@@ -1023,9 +1023,9 @@ dependencies = [
1023 "ra_mbe", 1023 "ra_mbe",
1024 "ra_parser", 1024 "ra_parser",
1025 "ra_syntax", 1025 "ra_syntax",
1026 "ra_tt",
1027 "rustc-hash", 1026 "rustc-hash",
1028 "test_utils", 1027 "test_utils",
1028 "tt",
1029] 1029]
1030 1030
1031[[package]] 1031[[package]]
@@ -1107,10 +1107,10 @@ dependencies = [
1107 "log", 1107 "log",
1108 "ra_parser", 1108 "ra_parser",
1109 "ra_syntax", 1109 "ra_syntax",
1110 "ra_tt",
1111 "rustc-hash", 1110 "rustc-hash",
1112 "smallvec", 1111 "smallvec",
1113 "test_utils", 1112 "test_utils",
1113 "tt",
1114] 1114]
1115 1115
1116[[package]] 1116[[package]]
@@ -1127,9 +1127,9 @@ dependencies = [
1127 "crossbeam-channel", 1127 "crossbeam-channel",
1128 "jod-thread", 1128 "jod-thread",
1129 "log", 1129 "log",
1130 "ra_tt",
1131 "serde", 1130 "serde",
1132 "serde_json", 1131 "serde_json",
1132 "tt",
1133] 1133]
1134 1134
1135[[package]] 1135[[package]]
@@ -1144,9 +1144,9 @@ dependencies = [
1144 "ra_mbe", 1144 "ra_mbe",
1145 "ra_proc_macro", 1145 "ra_proc_macro",
1146 "ra_toolchain", 1146 "ra_toolchain",
1147 "ra_tt",
1148 "serde_derive", 1147 "serde_derive",
1149 "test_utils", 1148 "test_utils",
1149 "tt",
1150] 1150]
1151 1151
1152[[package]] 1152[[package]]
@@ -1218,14 +1218,6 @@ dependencies = [
1218] 1218]
1219 1219
1220[[package]] 1220[[package]]
1221name = "ra_tt"
1222version = "0.1.0"
1223dependencies = [
1224 "smol_str",
1225 "stdx",
1226]
1227
1228[[package]]
1229name = "rayon" 1221name = "rayon"
1230version = "1.3.1" 1222version = "1.3.1"
1231source = "registry+https://github.com/rust-lang/crates.io-index" 1223source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1329,7 +1321,6 @@ dependencies = [
1329 "ra_syntax", 1321 "ra_syntax",
1330 "ra_text_edit", 1322 "ra_text_edit",
1331 "ra_toolchain", 1323 "ra_toolchain",
1332 "ra_tt",
1333 "rayon", 1324 "rayon",
1334 "rustc-hash", 1325 "rustc-hash",
1335 "serde", 1326 "serde",
@@ -1337,6 +1328,7 @@ dependencies = [
1337 "stdx", 1328 "stdx",
1338 "test_utils", 1329 "test_utils",
1339 "threadpool", 1330 "threadpool",
1331 "tt",
1340 "vfs", 1332 "vfs",
1341 "vfs-notify", 1333 "vfs-notify",
1342 "winapi 0.3.9", 1334 "winapi 0.3.9",
@@ -1707,6 +1699,14 @@ dependencies = [
1707] 1699]
1708 1700
1709[[package]] 1701[[package]]
1702name = "tt"
1703version = "0.0.0"
1704dependencies = [
1705 "smol_str",
1706 "stdx",
1707]
1708
1709[[package]]
1710name = "ungrammar" 1710name = "ungrammar"
1711version = "1.1.1" 1711version = "1.1.1"
1712source = "registry+https://github.com/rust-lang/crates.io-index" 1712source = "registry+https://github.com/rust-lang/crates.io-index"