mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-20 22:53:57 +00:00
## Motivation This branch fixes broken builds of `tracing-futures` with the `tokio-alpha` feature. ## Solution I've added the missing `WithDispatch` impl for `std::future::Future` that was breaking the build. I've also updated the `tokio` alpha dependency, and added a CI check that the tokio-alpha feature flag compiles. Fixes #337 * futures: add missing `WithDispatch` impl * futures: update tokio alphas * chore: add CI job to ensure tokio alpha compiles Signed-off-by: Eliza Weisman <eliza@buoyant.io>