Enable tokio_unstable for task tracing

This commit is contained in:
lumi 2025-06-25 14:26:22 +10:00
parent a295107bac
commit 3ba568dc90
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

3
.cargo/config.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]
rustdocflags = ["--cfg", "tokio_unstable"]