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

Replace futures-util with futures-core in non-test code #138

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

jplatte
Copy link
Contributor

@jplatte jplatte commented Jan 4, 2025

No need to depend on the bigger crate.

While most crates using this (in combination with hyper and/or tower) are likely still going to depend on futures-util for a long time anyways, this potentially improves build pipelining a little bit, allowing the two util crates to be built in parallel.

@seanmonstar seanmonstar enabled auto-merge (rebase) January 5, 2025 12:17
@jplatte
Copy link
Contributor Author

jplatte commented Jan 5, 2025

Seems like branch protection is misconfigured, auto-merge is waiting for CI jobs that don't exist.

@seanmonstar
Copy link
Member

Interesting. I'll fix up the branch rules more to like what we do in other repos: #139

@seanmonstar seanmonstar disabled auto-merge January 6, 2025 14:17
@seanmonstar seanmonstar merged commit 8d390ad into hyperium:master Jan 6, 2025
7 checks passed
@jplatte jplatte deleted the futures branch January 6, 2025 20:36
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