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

aya: flip feature "no_std" to feature "std" #586

Merged
merged 1 commit into from
Apr 25, 2023
Merged

aya: flip feature "no_std" to feature "std" #586

merged 1 commit into from
Apr 25, 2023

Conversation

tamird
Copy link
Member

@tamird tamird commented Apr 19, 2023

See the commit message for some useful words.

/cc @ajwerner

@netlify
Copy link

netlify bot commented Apr 19, 2023

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 33a0a2b
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/644840ca36274f00072d01f1
😎 Deploy Preview https://deploy-preview-586--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

This fixes `cargo build --all-features` by sidestepping the feature
unification problem described in The Cargo Book[0].

Add `cargo hack --feature-powerset` to CI to enforce that this doesn't
regress (and that all combinations of features work).

Since error_in_core is nightly-only, use core-error and a fake std
module to allow aya-obj to build without std on stable.

[0] https://doc.rust-lang.org/cargo/reference/features.html#feature-unification
@alessandrod alessandrod merged commit 45efa63 into aya-rs:main Apr 25, 2023
13 checks passed
@tamird tamird deleted the no-std-inversion branch April 25, 2023 21:23
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.

None yet

2 participants