diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-30 10:33:43 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-30 10:33:43 +0100 |
commit | df8752bf3f92f657eb89ba86888c1b8b94c5e8d9 (patch) | |
tree | 2f46877e85c6a10b810dd6ff2a0e0c680c800bda /crates/ra_cargo_watch/Cargo.toml | |
parent | 846cbe7d4eb0a5f1b1c943180fdf03b81ede1f24 (diff) | |
parent | 12297ab67533200748ee9f60da4bc86dee1133d9 (diff) |
Merge #3754
3754: Use automatic thread joining for cargo-watch r=matklad a=matklad
r? @kiljacken
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_cargo_watch/Cargo.toml')
-rw-r--r-- | crates/ra_cargo_watch/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_cargo_watch/Cargo.toml b/crates/ra_cargo_watch/Cargo.toml index 741345a21..300033a18 100644 --- a/crates/ra_cargo_watch/Cargo.toml +++ b/crates/ra_cargo_watch/Cargo.toml | |||
@@ -10,6 +10,7 @@ lsp-types = { version = "0.73.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 | serde_json = "1.0.48" | 12 | serde_json = "1.0.48" |
13 | jod-thread = "0.1.1" | ||
13 | 14 | ||
14 | [dev-dependencies] | 15 | [dev-dependencies] |
15 | insta = "0.15.0" | 16 | insta = "0.15.0" |