Skip to content

fix: make futures-buffered optional dependency in respect to alloc #207

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ddystopia
Copy link

futures-buffered is only used in concurrent_stream, which is feature gated to feature = "alloc". But dependency is not optional, thus compiler still requires you to devine a global allocator.

@Ddystopia
Copy link
Author

CI failures are unrelated:

error: package half v2.5.0 cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.75.0

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.

1 participant