aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-04-21 15:47:55 +0100
committerAleksey Kladov <[email protected]>2019-04-21 18:51:20 +0100
commit7cc845e88d870173e1baa39ce4d3885a5b1f7043 (patch)
treed5342b6079aa55281ad605c0e8164479f87c8a8b /Cargo.lock
parentee94edc722c9649bd16bb754959ad349593045e2 (diff)
start structured editing API
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 e5729f968..3be73d66d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -903,8 +903,10 @@ version = "0.1.0"
903name = "ra_assists" 903name = "ra_assists"
904version = "0.1.0" 904version = "0.1.0"
905dependencies = [ 905dependencies = [
906 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
906 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 907 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
907 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 908 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
909 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
908 "ra_db 0.1.0", 910 "ra_db 0.1.0",
909 "ra_fmt 0.1.0", 911 "ra_fmt 0.1.0",
910 "ra_hir 0.1.0", 912 "ra_hir 0.1.0",