From 8844ed9697a385e1182bd58ed8a1068d52c370de Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 21 Aug 2019 10:31:33 +0300 Subject: switch to jod threads --- crates/thread_worker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/thread_worker/Cargo.toml') 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" authors = ["rust-analyzer developers"] [dependencies] +jod-thread = "0.1.0" crossbeam-channel = "0.3.5" log = "0.4.3" - -- cgit v1.2.3