aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-04-25 16:12:57 +0100
committerEdwin Cheng <[email protected]>2019-04-25 19:03:56 +0100
commitc55a2dbc1de8ba42df57b70f652eb6a0c0bbc9f6 (patch)
tree082cbca15c8af95ea0be73319a9ac00e45ba5cf1 /Cargo.lock
parent299d97b6d98cec673ff056c188ac45a17febc7d4 (diff)
Fix more bugs
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 be574ca53..de6e9ec9a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1059,6 +1059,7 @@ name = "ra_mbe"
1059version = "0.1.0" 1059version = "0.1.0"
1060dependencies = [ 1060dependencies = [
1061 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1061 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1062 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1062 "ra_parser 0.1.0", 1063 "ra_parser 0.1.0",
1063 "ra_syntax 0.1.0", 1064 "ra_syntax 0.1.0",
1064 "ra_tt 0.1.0", 1065 "ra_tt 0.1.0",