aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-26 20:08:44 +0100
committerAleksey Kladov <[email protected]>2019-09-26 20:22:08 +0100
commitd847d53e36571c8f7925b72cedf66bb203976148 (patch)
tree3fd5903b67b498a39660b2dafdc929f33d41900e /Cargo.lock
parent1a4b42400544a652a053a34263967689d47f554b (diff)
Start simplifying editing API
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 7 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 275b27775..69b78e7de 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -761,7 +761,7 @@ dependencies = [
761 761
762[[package]] 762[[package]]
763name = "once_cell" 763name = "once_cell"
764version = "1.0.2" 764version = "1.2.0"
765source = "registry+https://github.com/rust-lang/crates.io-index" 765source = "registry+https://github.com/rust-lang/crates.io-index"
766 766
767[[package]] 767[[package]]
@@ -897,7 +897,7 @@ dependencies = [
897 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 897 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
898 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 898 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
899 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 899 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
900 "once_cell 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 900 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
901 "ra_db 0.1.0", 901 "ra_db 0.1.0",
902 "ra_fmt 0.1.0", 902 "ra_fmt 0.1.0",
903 "ra_hir 0.1.0", 903 "ra_hir 0.1.0",
@@ -968,7 +968,7 @@ dependencies = [
968 "insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 968 "insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
969 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 969 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
970 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 970 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
971 "once_cell 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 971 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
972 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 972 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
973 "ra_arena 0.1.0", 973 "ra_arena 0.1.0",
974 "ra_db 0.1.0", 974 "ra_db 0.1.0",
@@ -1065,7 +1065,7 @@ dependencies = [
1065 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1065 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1066 "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1066 "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1067 "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1067 "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
1068 "once_cell 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1068 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1069] 1069]
1070 1070
1071[[package]] 1071[[package]]
@@ -1085,7 +1085,9 @@ dependencies = [
1085name = "ra_syntax" 1085name = "ra_syntax"
1086version = "0.1.0" 1086version = "0.1.0"
1087dependencies = [ 1087dependencies = [
1088 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
1088 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1089 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1090 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1089 "ra_parser 0.1.0", 1091 "ra_parser 0.1.0",
1090 "ra_text_edit 0.1.0", 1092 "ra_text_edit 0.1.0",
1091 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 1093 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1854,7 +1856,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1854"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" 1856"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
1855"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" 1857"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
1856"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" 1858"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
1857"checksum once_cell 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd38c1bb51148ca239ec38ef1bb4f7570d432861f03e91774d53b01c2ba2132f" 1859"checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed"
1858"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" 1860"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
1859"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" 1861"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1860"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" 1862"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"