diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
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" | |||
678 | version = "0.1.0" | 678 | version = "0.1.0" |
679 | dependencies = [ | 679 | dependencies = [ |
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)", |