diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-27 06:44:44 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-27 06:44:44 +0000 |
commit | ac52a4109f6ada3241d84fd89ad28420bdfad335 (patch) | |
tree | b15d0aae3efc94aa8087755e716ea4c2dbad12bf /crates/ra_cargo_watch | |
parent | 13e16a4ad4c32501472d6b1805ada19b62658135 (diff) | |
parent | 33de107ed94100ce61b4d326d6b4bcc22bb44ea8 (diff) |
Merge #3337
3337: Remove unused dependencies r=matklad a=sinkuu
Co-authored-by: Shotaro Yamada <[email protected]>
Diffstat (limited to 'crates/ra_cargo_watch')
-rw-r--r-- | crates/ra_cargo_watch/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/ra_cargo_watch/Cargo.toml b/crates/ra_cargo_watch/Cargo.toml index 989ccc097..1fdbffea1 100644 --- a/crates/ra_cargo_watch/Cargo.toml +++ b/crates/ra_cargo_watch/Cargo.toml | |||
@@ -9,10 +9,7 @@ crossbeam-channel = "0.4.0" | |||
9 | lsp-types = { version = "0.71.0", features = ["proposed"] } | 9 | lsp-types = { version = "0.71.0", features = ["proposed"] } |
10 | log = "0.4.8" | 10 | log = "0.4.8" |
11 | cargo_metadata = "0.9.1" | 11 | cargo_metadata = "0.9.1" |
12 | jod-thread = "0.1.0" | ||
13 | parking_lot = "0.10.0" | ||
14 | serde_json = "1.0.48" | 12 | serde_json = "1.0.48" |
15 | 13 | ||
16 | [dev-dependencies] | 14 | [dev-dependencies] |
17 | insta = "0.13.1" | 15 | insta = "0.13.1" |
18 | serde_json = "1.0.48" | ||