diff options
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 2 |
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 } |
