From 3ba568dc90cddcff111b7bbeb5cbc0074608297c Mon Sep 17 00:00:00 2001 From: luaneko Date: Wed, 25 Jun 2025 14:26:22 +1000 Subject: [PATCH] Enable tokio_unstable for task tracing --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..6e54197 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[build] +rustflags = ["--cfg", "tokio_unstable"] +rustdocflags = ["--cfg", "tokio_unstable"]