aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-10 18:26:43 +0000
committerAleksey Kladov <[email protected]>2019-01-10 18:26:43 +0000
commitcbeaa541aabfb3cfb4621bee5cc53629b472d7bd (patch)
tree82986532c4ac645ee8b2db5009b4db410463e77e /Cargo.lock
parent1a7a68de165fe89457e130de90e50a90c0b0d3c2 (diff)
switch CargoWorkspace to arena
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 dba94aa6b..45f1feb7e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -733,6 +733,7 @@ dependencies = [
733 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", 733 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)",
734 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 734 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
735 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 735 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
736 "ra_arena 0.1.0",
736 "ra_ide_api 0.1.0", 737 "ra_ide_api 0.1.0",
737 "ra_syntax 0.1.0", 738 "ra_syntax 0.1.0",
738 "ra_text_edit 0.1.0", 739 "ra_text_edit 0.1.0",