diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 08690c8c3..990672a0a 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1128,8 +1128,6 @@ name = "ra_lsp_server" | |||
1128 | version = "0.1.0" | 1128 | version = "0.1.0" |
1129 | dependencies = [ | 1129 | dependencies = [ |
1130 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1130 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1132 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1133 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1131 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1134 | "gen_lsp_server 0.2.0", | 1132 | "gen_lsp_server 0.2.0", |
1135 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1187,7 +1185,6 @@ name = "ra_project_model" | |||
1187 | version = "0.1.0" | 1185 | version = "0.1.0" |
1188 | dependencies = [ | 1186 | dependencies = [ |
1189 | "cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1187 | "cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1190 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1191 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1188 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1192 | "ra_arena 0.1.0", | 1189 | "ra_arena 0.1.0", |
1193 | "ra_db 0.1.0", | 1190 | "ra_db 0.1.0", |