aboutsummaryrefslogtreecommitdiff
path: root/crates/thread_worker/Cargo.toml
diff options
context:
space:
mode:
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 87e97b8bf..363b4c3b8 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 = ["rust-analyzer deverlopers"] 5authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8drop_bomb = "0.1.0" 8drop_bomb = "0.1.0"