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 6ef51fed0..c84fa0c02 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -678,6 +678,7 @@ name = "ra_db"
678version = "0.1.0" 678version = "0.1.0"
679dependencies = [ 679dependencies = [
680 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 680 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
681 "ra_arena 0.1.0",
681 "ra_editor 0.1.0", 682 "ra_editor 0.1.0",
682 "ra_syntax 0.1.0", 683 "ra_syntax 0.1.0",
683 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 684 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",