aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-25 21:44:20 +0100
committerGitHub <[email protected]>2019-09-25 21:44:20 +0100
commit870ce4b1a50a07e3a536ab26215804acdfc9ba8a (patch)
tree2ea0c53b6d7b09998dbc0b32d4552aeb30d210ed /Cargo.lock
parent0d277faf6c4052dcc80037fc43b4986980d0814b (diff)
parenta525e830a62272d21fbb0fb1c20bfa865791512d (diff)
Merge #1912
1912: add new editing API, suitable for modifying several nodes at once r=viorina a=matklad r? @viorina Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 74570a978..275b27775 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -903,6 +903,7 @@ dependencies = [
903 "ra_hir 0.1.0", 903 "ra_hir 0.1.0",
904 "ra_syntax 0.1.0", 904 "ra_syntax 0.1.0",
905 "ra_text_edit 0.1.0", 905 "ra_text_edit 0.1.0",
906 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
906 "test_utils 0.1.0", 907 "test_utils 0.1.0",
907] 908]
908 909
@@ -1088,6 +1089,7 @@ dependencies = [
1088 "ra_parser 0.1.0", 1089 "ra_parser 0.1.0",
1089 "ra_text_edit 0.1.0", 1090 "ra_text_edit 0.1.0",
1090 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 1091 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1092 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1091 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1093 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1092 "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 1094 "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1093 "test_utils 0.1.0", 1095 "test_utils 0.1.0",