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

Prepare for making the crate no_std #21

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Prepare for making the crate no_std #21

merged 1 commit into from
Sep 9, 2024

Conversation

madsmtm
Copy link
Member

@madsmtm madsmtm commented Sep 4, 2024

We can't do #![no_std] yet, because objc2 does not support it, but once it does, we may need the std feature flag.

That means we have to add it now, otherwise we may break users that use no-default-features = true.

Draft because it builds upon #19.

@madsmtm madsmtm added the enhancement New feature or request label Sep 4, 2024
Base automatically changed from proper-layer-init to master September 9, 2024 11:18
@madsmtm madsmtm marked this pull request as ready for review September 9, 2024 11:20
@madsmtm madsmtm merged commit e2a1748 into master Sep 9, 2024
4 checks passed
@madsmtm madsmtm deleted the prepare-no-std branch September 9, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant