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

fix: replace std::task::ready with futures_util::ready #37

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

tottoto
Copy link
Contributor

@tottoto tottoto commented Sep 19, 2023

Replaces std::task::ready with futures_util::ready, as the former requires Rust 1.64, which is larger than hyper-util's MSRV 1.63.

@seanmonstar seanmonstar merged commit eacb82d into hyperium:master Sep 20, 2023
15 checks passed
@tottoto tottoto deleted the fix-msrv branch September 20, 2023 10:39
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