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 51cf1825d..69134b434 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -668,6 +668,7 @@ dependencies = [ | |||
668 | name = "ra_db" | 668 | name = "ra_db" |
669 | version = "0.1.0" | 669 | version = "0.1.0" |
670 | dependencies = [ | 670 | dependencies = [ |
671 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||
671 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 672 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
672 | "ra_editor 0.1.0", | 673 | "ra_editor 0.1.0", |
673 | "ra_syntax 0.1.0", | 674 | "ra_syntax 0.1.0", |