aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2019-11-26 13:20:40 +0000
committerJeremy Kolb <[email protected]>2019-11-26 13:20:40 +0000
commitb81548c73a134cd63aefb9ceb20edb399bd3a16c (patch)
treecdf754c36b32a3e930be6b6c407884c2849c4ec1 /Cargo.lock
parent36dca8de93c07be62724f973aa4c8a045941d218 (diff)
Fix stale crates that snuck in
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5c87cf8e5..1c6161504 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1048,7 +1048,7 @@ dependencies = [
1048 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1048 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1049 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 1049 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
1050 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1050 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1051 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1051 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1052 "ra_arena 0.1.0", 1052 "ra_arena 0.1.0",
1053 "ra_db 0.1.0", 1053 "ra_db 0.1.0",
1054 "ra_hir_def 0.1.0", 1054 "ra_hir_def 0.1.0",