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