aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-08 19:33:36 +0000
committerAleksey Kladov <[email protected]>2019-01-08 19:33:36 +0000
commit5b573deb20b15451788dd2861e9fc6e69ed0472e (patch)
tree0b9438789c69af28fd1d91ca3c25c268ef103bac /Cargo.lock
parent6bca91af532d79abbced5b151cb4188ff8625c04 (diff)
fix usages after rename
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock44
1 files changed, 22 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f99a03424..354cc138b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -637,27 +637,6 @@ dependencies = [
637] 637]
638 638
639[[package]] 639[[package]]
640name = "ra_analysis"
641version = "0.1.0"
642dependencies = [
643 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
644 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
645 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
646 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
647 "ra_db 0.1.0",
648 "ra_hir 0.1.0",
649 "ra_ide_api_light 0.1.0",
650 "ra_syntax 0.1.0",
651 "ra_text_edit 0.1.0",
652 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
653 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
654 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
655 "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
656 "test_utils 0.1.0",
657 "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
658]
659
660[[package]]
661name = "ra_arena" 640name = "ra_arena"
662version = "0.1.0" 641version = "0.1.0"
663 642
@@ -705,6 +684,27 @@ dependencies = [
705] 684]
706 685
707[[package]] 686[[package]]
687name = "ra_ide_api"
688version = "0.1.0"
689dependencies = [
690 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
691 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
692 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
693 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
694 "ra_db 0.1.0",
695 "ra_hir 0.1.0",
696 "ra_ide_api_light 0.1.0",
697 "ra_syntax 0.1.0",
698 "ra_text_edit 0.1.0",
699 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
700 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
701 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
702 "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
703 "test_utils 0.1.0",
704 "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
705]
706
707[[package]]
708name = "ra_ide_api_light" 708name = "ra_ide_api_light"
709version = "0.1.0" 709version = "0.1.0"
710dependencies = [ 710dependencies = [
@@ -733,7 +733,7 @@ dependencies = [
733 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", 733 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)",
734 "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)",
735 "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)",
736 "ra_analysis 0.1.0", 736 "ra_ide_api 0.1.0",
737 "ra_syntax 0.1.0", 737 "ra_syntax 0.1.0",
738 "ra_text_edit 0.1.0", 738 "ra_text_edit 0.1.0",
739 "ra_vfs 0.1.0", 739 "ra_vfs 0.1.0",