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 603abe058..a14312821 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1040,6 +1040,7 @@ dependencies = [
1040name = "ra_mbe" 1040name = "ra_mbe"
1041version = "0.1.0" 1041version = "0.1.0"
1042dependencies = [ 1042dependencies = [
1043 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1043 "ra_parser 0.1.0", 1044 "ra_parser 0.1.0",
1044 "ra_syntax 0.1.0", 1045 "ra_syntax 0.1.0",
1045 "ra_tt 0.1.0", 1046 "ra_tt 0.1.0",