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

add no_std to alloc contexts #528

Merged
merged 1 commit into from
Nov 2, 2024
Merged

add no_std to alloc contexts #528

merged 1 commit into from
Nov 2, 2024

Commits on Oct 17, 2024

  1. add no_std to alloc contexts

    commit 69c25f0 made it so libm
    no longer included in std features and is moved to an explicit
    no_std feature, however this broke the build and is confusing for
    no_std docs. no_std docs force using "alloc", relatedly everywhere
    we use "alloc" we should also use "no_std".
    rexmas committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    70e067a View commit details
    Browse the repository at this point in the history