Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async-await: track nightly changes #661

Merged
merged 5 commits into from
Sep 26, 2018

Conversation

carllerche
Copy link
Member

This PR updates tokio-async-await to work with the latest nightly.

@carllerche carllerche merged commit 2f690d3 into tokio-rs:master Sep 26, 2018
carllerche pushed a commit that referenced this pull request Nov 18, 2018
* async-await: fix README example dependencies

As per commit "async-await: track nightly changes (#661)" ( commit
2f690d3)

> The `tokio-async-await` crate is no longer a facade. Instead, the
> `tokio` crate provides a feature flag to enable async/await support.

Ensure the example in the async-await README file also works by
correctly declaring this updated dependency

* async-await: remove unnecessary 'edition' declaration from README

As the "edition" feature was stabilized in rust v1.30 and async-await
specifies that the nightly toolchain must be used, remove the use of the
"edition" feature gate since it is enabled by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant