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

Upgrade to async/await ecosystem #187

Merged
merged 1 commit into from
Dec 5, 2019
Merged

Conversation

benesch
Copy link
Collaborator

@benesch benesch commented Dec 5, 2019

Upgrade to the new async/await ecosystem, which includes
std::future::Future, futures 0.3, tokio 0.2, and the new async/await
keywords.

This will bump the MSRV to Rust 1.39.

Co-authored-by: Ben Sully <[email protected]>
Co-authored-by: Danny Browning <[email protected]>

@benesch benesch force-pushed the async-await branch 2 times, most recently from 38b440d to b3e8ed1 Compare December 5, 2019 20:34
Upgrade to the new async/await ecosystem, which includes
std::future::Future, futures 0.3, tokio 0.2, and the new async/await
keywords.

This will bump the MSRV to Rust 1.39.

Co-authored-by: Ben Sully <[email protected]>
Co-authored-by: Danny Browning <[email protected]>
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.

1 participant