aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f69a91b2..56d5c65b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -610,6 +610,7 @@ dependencies = [
610 "ra_editor 0.1.0", 610 "ra_editor 0.1.0",
611 "ra_hir 0.1.0", 611 "ra_hir 0.1.0",
612 "ra_syntax 0.1.0", 612 "ra_syntax 0.1.0",
613 "ra_text_edit 0.1.0",
613 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 614 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
614 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 615 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
615 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 616 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -649,6 +650,7 @@ dependencies = [
649 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", 650 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
650 "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 651 "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
651 "ra_syntax 0.1.0", 652 "ra_syntax 0.1.0",
653 "ra_text_edit 0.1.0",
652 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 654 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
653 "superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 655 "superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
654 "test_utils 0.1.0", 656 "test_utils 0.1.0",
@@ -687,6 +689,7 @@ dependencies = [
687 "ra_analysis 0.1.0", 689 "ra_analysis 0.1.0",
688 "ra_editor 0.1.0", 690 "ra_editor 0.1.0",
689 "ra_syntax 0.1.0", 691 "ra_syntax 0.1.0",
692 "ra_text_edit 0.1.0",
690 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 693 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
691 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 694 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
692 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 695 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -710,6 +713,7 @@ dependencies = [
710 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 713 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
711 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", 714 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
712 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 715 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
716 "ra_text_edit 0.1.0",
713 "rowan 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 717 "rowan 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
714 "test_utils 0.1.0", 718 "test_utils 0.1.0",
715 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 719 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -718,6 +722,14 @@ dependencies = [
718] 722]
719 723
720[[package]] 724[[package]]
725name = "ra_text_edit"
726version = "0.1.0"
727dependencies = [
728 "test_utils 0.1.0",
729 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
730]
731
732[[package]]
721name = "rand" 733name = "rand"
722version = "0.4.3" 734version = "0.4.3"
723source = "registry+https://github.com/rust-lang/crates.io-index" 735source = "registry+https://github.com/rust-lang/crates.io-index"