aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-08 18:04:08 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-08 18:04:08 +0000
commitc9e42fcf245be16958dca6571e4bccc6c29199df (patch)
treecaa02f8086ad15fb6f884e56bc6a0231b203215f /Cargo.lock
parent1c25bf05d714680c048d250a5d39e8a4c25f0c31 (diff)
parent695294bbb974cdbac136e260029403e90a17d953 (diff)
Merge #468
468: decouple ra_editor from other stuff r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 949a58e86..c445439b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -679,7 +679,6 @@ version = "0.1.0"
679dependencies = [ 679dependencies = [
680 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 680 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
681 "ra_arena 0.1.0", 681 "ra_arena 0.1.0",
682 "ra_editor 0.1.0",
683 "ra_syntax 0.1.0", 682 "ra_syntax 0.1.0",
684 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 683 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
685 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 684 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -712,7 +711,6 @@ dependencies = [
712 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 711 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
713 "ra_arena 0.1.0", 712 "ra_arena 0.1.0",
714 "ra_db 0.1.0", 713 "ra_db 0.1.0",
715 "ra_editor 0.1.0",
716 "ra_syntax 0.1.0", 714 "ra_syntax 0.1.0",
717 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 715 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
718 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 716 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -736,7 +734,6 @@ dependencies = [
736 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 734 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
737 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 735 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
738 "ra_analysis 0.1.0", 736 "ra_analysis 0.1.0",
739 "ra_editor 0.1.0",
740 "ra_syntax 0.1.0", 737 "ra_syntax 0.1.0",
741 "ra_text_edit 0.1.0", 738 "ra_text_edit 0.1.0",
742 "ra_vfs 0.1.0", 739 "ra_vfs 0.1.0",