aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d4d4e776..de6e9ec9a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1059,10 +1059,12 @@ 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",
1065 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1066 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1067 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
1066] 1068]
1067 1069
1068[[package]] 1070[[package]]