aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-30 13:12:55 +0000
committerAleksey Kladov <[email protected]>2019-10-30 14:43:11 +0000
commit16e620c052016010b2f17070a98bdc1e7e849ab3 (patch)
treea00ec9181595cea9e340da3ead490348ff7b1666 /Cargo.lock
parentf996b6019bd2f388bd9994ea83f25487eb111560 (diff)
move raw_items to hir_def
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 66ff1285a..fdacd82a7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1019,11 +1019,18 @@ name = "ra_hir_def"
1019version = "0.1.0" 1019version = "0.1.0"
1020dependencies = [ 1020dependencies = [
1021 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1021 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1022 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1022 "ra_arena 0.1.0", 1023 "ra_arena 0.1.0",
1024 "ra_cfg 0.1.0",
1023 "ra_db 0.1.0", 1025 "ra_db 0.1.0",
1024 "ra_hir_expand 0.1.0", 1026 "ra_hir_expand 0.1.0",
1027 "ra_mbe 0.1.0",
1025 "ra_prof 0.1.0", 1028 "ra_prof 0.1.0",
1026 "ra_syntax 0.1.0", 1029 "ra_syntax 0.1.0",
1030 "ra_tt 0.1.0",
1031 "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1032 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1033 "test_utils 0.1.0",
1027] 1034]
1028 1035
1029[[package]] 1036[[package]]