aboutsummaryrefslogtreecommitdiff
path: root/crates/thread_worker/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-08-21 09:09:27 +0100
committerGitHub <[email protected]>2019-08-21 09:09:27 +0100
commit8521f0456f442eff2d7010f055d98147874a5413 (patch)
tree0b1dcb3b4ba7ad73c1394aacf7145aa1db224274 /crates/thread_worker/Cargo.toml
parentbdf16d1b670959f35bcbadbfd11b5c1b5a396703 (diff)
parent8844ed9697a385e1182bd58ed8a1068d52c370de (diff)
Merge #1711
1711: switch to jod threads r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/thread_worker/Cargo.toml')
-rw-r--r--crates/thread_worker/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/thread_worker/Cargo.toml b/crates/thread_worker/Cargo.toml
index a9857d59d..e3babbf8d 100644
--- a/crates/thread_worker/Cargo.toml
+++ b/crates/thread_worker/Cargo.toml
@@ -5,6 +5,6 @@ version = "0.1.0"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8jod-thread = "0.1.0"
8crossbeam-channel = "0.3.5" 9crossbeam-channel = "0.3.5"
9log = "0.4.3" 10log = "0.4.3"
10