aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-25 15:57:12 +0100
committerAleksey Kladov <[email protected]>2019-09-25 15:57:12 +0100
commita525e830a62272d21fbb0fb1c20bfa865791512d (patch)
tree528212ba4d092c961b68e3591f53988c5b5e6a7d /Cargo.lock
parenta452e50e0e89390b8a055f0c7c64100e9872edac (diff)
add new editing API, suitable for modifying several nodes at once
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",