aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 426f4af27..49a9da624 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1023,9 +1023,9 @@ dependencies = [
1023name = "ra_mbe" 1023name = "ra_mbe"
1024version = "0.1.0" 1024version = "0.1.0"
1025dependencies = [ 1025dependencies = [
1026 "ra_syntax 0.1.0",
1026 "ra_tt 0.1.0", 1027 "ra_tt 0.1.0",
1027 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1028 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1028 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1029] 1029]
1030 1030
1031[[package]] 1031[[package]]
@@ -1058,7 +1058,6 @@ dependencies = [
1058name = "ra_tt" 1058name = "ra_tt"
1059version = "0.1.0" 1059version = "0.1.0"
1060dependencies = [ 1060dependencies = [
1061 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1062 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1061 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1063] 1062]
1064 1063