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 c96e0869c..889820c99 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1028,6 +1028,7 @@ dependencies = [
1028name = "ra_hir_def" 1028name = "ra_hir_def"
1029version = "0.1.0" 1029version = "0.1.0"
1030dependencies = [ 1030dependencies = [
1031 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1031 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1032 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1032 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1033 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1033 "ra_arena 0.1.0", 1034 "ra_arena 0.1.0",