mirror of https://github.com/aya-rs/aya
aya: flip feature "no_std" to feature "std"
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-unificationpull/586/head
parent
b5c2928b0e
commit
33a0a2b604
Loading…
Reference in New Issue