Add async_closure feature gate where needed#288
Merged
yoshuawuyts merged 1 commit intohttp-rs:masterfrom Jul 9, 2019
Merged
Conversation
7b17984 to
ddb23df
Compare
ddb23df to
da33e3d
Compare
|
Care to publish a new version when you have a chance? Happy to use a git dependency in the meantime, so no rush :) |
Contributor
|
I think we probably need to release a new version of https://github.com/rustasync/tide/blob/36c15fd4ca67fcb269e7bc87d2ceb6eeb8826483/Cargo.toml#L77-L80 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds async_closure feature gate to the crates that use the feature, in tests and example to make everything compile and work properly again.
This is related to the recent change done in rust-lang/rust#62292