From ab3d231b1d06cadd9e84446a80921e6a1b254994 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Mon, 11 Feb 2019 08:55:35 +0200 Subject: Update authors field in Cargo.tomls to "rust-analyzer developers" This closes #777 --- 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 c74b376e2..87e97b8bf 100644 --- a/crates/thread_worker/Cargo.toml +++ b/crates/thread_worker/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "thread_worker" version = "0.1.0" -authors = ["Aleksey Kladov "] +authors = ["rust-analyzer deverlopers"] [dependencies] drop_bomb = "0.1.0" -- cgit v1.2.3