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

util: Fix futures-util allowed version range. #84

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

WesleyAC
Copy link
Contributor

@WesleyAC WesleyAC commented Feb 1, 2023

This should potentially be a stricter range, since futures-util doesn't follow semver, but I'm leaving this at the most permissive thing that doesn't currently result in broken builds, since I don't know this project's stance on dependency versioning.

Fixes: #83

We rely on futures_util::Future, which was named as such in the 0.3.14
release.

Fixes: hyperium#83
@seanmonstar seanmonstar merged commit 1ab0df8 into hyperium:master Feb 1, 2023
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.

http-body-util: Incorrect required futures-util version
3 participants