I'm trying to add the following flag to cargo.toml
[build]
rustflags = ["--cfg", "tokio_unstable"]
Alas, that doesn't have any effect. I still get the error when trying to run my app:
task tracing requires Tokio to be built with RUSTFLAGS="--cfg tokio_unstable"
Any help greately appreciated.