aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSergey Parilin <[email protected]>2019-04-02 15:52:04 +0100
committerSergey Parilin <[email protected]>2019-04-02 15:52:04 +0100
commit9b73f809596e955216dde24fcf921d6985a1a767 (patch)
tree016b82dc06800a174c49a0ba88957df9c91d1906 /Cargo.lock
parentef02c3c038812897cd96789fa35770e4215d27e8 (diff)
PR issuse resolved
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5d68105f6..7c07bddf9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -930,6 +930,7 @@ dependencies = [
930 "ra_hir 0.1.0", 930 "ra_hir 0.1.0",
931 "ra_ide_api 0.1.0", 931 "ra_ide_api 0.1.0",
932 "ra_ide_api_light 0.1.0", 932 "ra_ide_api_light 0.1.0",
933 "ra_prof 0.1.0",
933 "ra_syntax 0.1.0", 934 "ra_syntax 0.1.0",
934 "tools 0.1.0", 935 "tools 0.1.0",
935] 936]
@@ -969,6 +970,7 @@ dependencies = [
969 "ra_arena 0.1.0", 970 "ra_arena 0.1.0",
970 "ra_db 0.1.0", 971 "ra_db 0.1.0",
971 "ra_mbe 0.1.0", 972 "ra_mbe 0.1.0",
973 "ra_prof 0.1.0",
972 "ra_syntax 0.1.0", 974 "ra_syntax 0.1.0",
973 "ra_tt 0.1.0", 975 "ra_tt 0.1.0",
974 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 976 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1034,6 +1036,7 @@ dependencies = [
1034 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1036 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1035 "ra_arena 0.1.0", 1037 "ra_arena 0.1.0",
1036 "ra_ide_api 0.1.0", 1038 "ra_ide_api 0.1.0",
1039 "ra_prof 0.1.0",
1037 "ra_project_model 0.1.0", 1040 "ra_project_model 0.1.0",
1038 "ra_syntax 0.1.0", 1041 "ra_syntax 0.1.0",
1039 "ra_text_edit 0.1.0", 1042 "ra_text_edit 0.1.0",