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

[WIP] Update futures-preview to 0.3.0-alpha.16 #204

Merged
merged 2 commits into from
May 11, 2019

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented May 9, 2019

Description

await syntax was implemented in rust-lang/rust#60586, and nightly-2019-05-09 has been released with the changes. Also, await! macro will be removed in the future.

Then, futures 0.3.0-alpha.16 was released.

Refs: migration tool

Motivation and Context

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

With this change, the minimum required version will go up to nightly-2019-05-09.

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@taiki-e
Copy link
Contributor Author

taiki-e commented May 11, 2019

futures 0.3.0-alpha.16 was released, so I added a commit and updated this PR.

@taiki-e
Copy link
Contributor Author

taiki-e commented May 11, 2019

This PR is blocked on http-rs/http-service#28.

@taiki-e taiki-e changed the title Replace await! macro with await syntax Update futures-preview to 0.3.0-alpha.16 May 11, 2019
@taiki-e taiki-e changed the title Update futures-preview to 0.3.0-alpha.16 [WIP] Update futures-preview to 0.3.0-alpha.16 May 11, 2019
Copy link
Member

@yoshuawuyts yoshuawuyts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much! I'll run a release on Monday 🎉 (unless someone else wants to run one before that)

@yoshuawuyts yoshuawuyts merged commit 20e9cd9 into http-rs:master May 11, 2019
@taiki-e taiki-e deleted the await branch May 11, 2019 17:53
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.

2 participants