Skip to content

multiboot2-header: fix no_std-build + v0.1.1 #102

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

Merged
merged 2 commits into from
May 2, 2022
Merged

Conversation

phip1611
Copy link
Member

@phip1611 phip1611 commented May 2, 2022

When I initially released this, I have overseen that this referenced std. This PR enables the crate in no_std-contexts and enables to disable the new builder-feature. When the latter is not included, the crate also does not need alloc.

This fixes #98 . #101 will ensure that such problems will not occur in the future.

This bumps the version to v0.1.1

@phip1611 phip1611 self-assigned this May 2, 2022
@phip1611 phip1611 force-pushed the mb2-hdr-no-std-fix branch from 2c021c2 to 72bf91d Compare May 2, 2022 17:51
@phip1611 phip1611 changed the title multiboot2-header: fix no_std-build multiboot2-header: fix no_std-build + v0.1.1 May 2, 2022
@phip1611 phip1611 mentioned this pull request May 2, 2022
@phip1611 phip1611 merged commit cf6c1c6 into main May 2, 2022
@phip1611 phip1611 deleted the mb2-hdr-no-std-fix branch May 2, 2022 17:56
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.

multiboot2-header is not no_std
1 participant