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 no_std #196

Merged
merged 2 commits into from
Oct 24, 2024
Merged

fix no_std #196

merged 2 commits into from
Oct 24, 2024

Conversation

Easyoakland
Copy link
Contributor

Fixes no_std after after futures-buffered accepts conradludgate/futures-buffered#9.

futures-lite has std and alloc features by default which had to be disabled unless the same feature is enabled in this crate.

@Easyoakland Easyoakland changed the title fix no_std (after futures-buffered accepts https://github.com/conradl… fix no_std (after futures-buffered accepts futures-buffered#9) Oct 18, 2024
@Easyoakland
Copy link
Contributor Author

Clippy checks don't look relevant to this PR.

@Easyoakland Easyoakland changed the title fix no_std (after futures-buffered accepts futures-buffered#9) fix no_std Oct 22, 2024
Copy link
Owner

@yoshuawuyts yoshuawuyts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@yoshuawuyts yoshuawuyts merged commit 9de4079 into yoshuawuyts:main Oct 24, 2024
6 of 7 checks passed
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