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 74570a978..275b27775 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -903,6 +903,7 @@ dependencies = [
903 "ra_hir 0.1.0", 903 "ra_hir 0.1.0",
904 "ra_syntax 0.1.0", 904 "ra_syntax 0.1.0",
905 "ra_text_edit 0.1.0", 905 "ra_text_edit 0.1.0",
906 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
906 "test_utils 0.1.0", 907 "test_utils 0.1.0",
907] 908]
908 909
@@ -1088,6 +1089,7 @@ dependencies = [
1088 "ra_parser 0.1.0", 1089 "ra_parser 0.1.0",
1089 "ra_text_edit 0.1.0", 1090 "ra_text_edit 0.1.0",
1090 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 1091 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1092 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1091 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1093 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1092 "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 1094 "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1093 "test_utils 0.1.0", 1095 "test_utils 0.1.0",