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 compatibility #471

Merged
merged 2 commits into from
Nov 12, 2022
Merged

Conversation

VladimirBramstedt
Copy link
Contributor

The bytes crate is only no-std with no default features... if you try to use bytestring for an actual no_std target, it wont work.
Bug fix: make sure we depend on bytes with no default features.
suggestion: Add step in CI that tries to build for a no_std target, to make sure no_std compatibility is kept in the future.

VladimirBramstedt and others added 2 commits November 10, 2022 17:57
the bytes crate is only no-std with no default features...
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Copy link
Member

@JohnTitor JohnTitor 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.

@JohnTitor JohnTitor merged commit 9ede174 into actix:master Nov 12, 2022
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