diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2f6a132a5..3f0334f95 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1052,7 +1052,10 @@ dependencies = [ | |||
1052 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1052 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1053 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1053 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1054 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1055 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1055 | "ra_arena 0.1.0", | 1056 | "ra_arena 0.1.0", |
1057 | "ra_db 0.1.0", | ||
1058 | "ra_vfs 0.1.0", | ||
1056 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1059 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 | "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1060 | "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 | "test_utils 0.1.0", | 1061 | "test_utils 0.1.0", |