aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-23 11:07:29 +0000
committerAleksey Kladov <[email protected]>2019-02-23 13:55:18 +0000
commite9cafafbc2108dd91ca687bc8c21bc6a7fe2dfff (patch)
treeab8bda9fb8add5aa2edf0887b526755efdace88d /Cargo.lock
parent60373aa5047b350cd12fb1fa3c03f49b77d2448d (diff)
add dependency on the parser
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5912659d4..e697de588 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1066,6 +1066,7 @@ dependencies = [
1066name = "ra_mbe" 1066name = "ra_mbe"
1067version = "0.1.0" 1067version = "0.1.0"
1068dependencies = [ 1068dependencies = [
1069 "ra_parser 0.1.0",
1069 "ra_syntax 0.1.0", 1070 "ra_syntax 0.1.0",
1070 "ra_tt 0.1.0", 1071 "ra_tt 0.1.0",
1071 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1072 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",