aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authorEightFactorial <29801334+EightFactorial@users.noreply.github.com>2024-12-10 14:37:35 -0800
committerGitHub <noreply@github.com>2024-12-10 16:37:35 -0600
commit2feef494718009dbcb5c62ef1e58c84c36e8bcbf (patch)
tree8f2ebbc219c14ca383d3b392c3d03aa90c9bf8ac /azalea-client
parent07109964ad8486a9d4caee430ccadf7f7fc3d648 (diff)
downloadazalea-drasl-2feef494718009dbcb5c62ef1e58c84c36e8bcbf.tar.xz
Disable the `deadlock_detection` feature by default (#195)
* Disable the `deadlock_detection` feature by default Fixes conflicts with any packages that enable parking_lot's `send_guard` feature * move testbot deadlock detection to a function and add additional comments --------- Co-authored-by: mat <git@matdoes.dev>
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 1d7de5bf..0cf02e8b 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -27,7 +27,7 @@ bevy_tasks = { workspace = true }
bevy_time = { workspace = true }
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
minecraft_folder_path = { workspace = true }
-parking_lot = { workspace = true, features = ["deadlock_detection"] }
+parking_lot = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
simdnbt = { workspace = true }