From 2feef494718009dbcb5c62ef1e58c84c36e8bcbf Mon Sep 17 00:00:00 2001 From: EightFactorial <29801334+EightFactorial@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:37:35 -0800 Subject: 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 166a0c44..55619ef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ sha2 = "0.10.8" simdnbt = "0.6" socks5-impl = "0.5.17" syn = "2.0.90" -thiserror = "2.0.5" +thiserror = "2.0.6" tokio = "1.42.0" tokio-util = "0.7.13" tracing = "0.1.41" -- cgit v1.2.3