aboutsummaryrefslogtreecommitdiff
path: root/crates/thread_worker/Cargo.toml
diff options
context:
space:
mode:
authorVille Penttinen <[email protected]>2019-02-11 06:55:35 +0000
committerVille Penttinen <[email protected]>2019-02-11 06:55:35 +0000
commitab3d231b1d06cadd9e84446a80921e6a1b254994 (patch)
tree5ece86fe473790fe1f3b44dd919236a79cc3956f /crates/thread_worker/Cargo.toml
parent81852f6dd2c1bf86da440d9216959baa9a0a5ed2 (diff)
Update authors field in Cargo.tomls to "rust-analyzer developers"
This closes #777
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 c74b376e2..87e97b8bf 100644
--- a/crates/thread_worker/Cargo.toml
+++ b/crates/thread_worker/Cargo.toml
@@ -2,7 +2,7 @@
2edition = "2018" 2edition = "2018"
3name = "thread_worker" 3name = "thread_worker"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"] 5authors = ["rust-analyzer deverlopers"]
6 6
7[dependencies] 7[dependencies]
8drop_bomb = "0.1.0" 8drop_bomb = "0.1.0"