Rust nightly std::future::Future recently changed Waker to Context. Change to use Context Co-Authored-By: Kintaro <[email protected]>
- Rewrite noop_waker with items from the new API and replaces LocalWaker with Waker. - Bump the minimum required version for `tokio-async-await` to 1.34.0-nightly. - `Unpin` was added to std prelude. - Add `cargo check` to .travis.yml Fixes: #908
The `tokio-async-await` crate is no longer a facade. Instead, the `tokio` crate provides a feature flag to enable async/await support.