aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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]]