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

fix no_std incompatibility #59

Merged
merged 12 commits into from
Dec 12, 2023
Merged

fix no_std incompatibility #59

merged 12 commits into from
Dec 12, 2023

Conversation

redshiftzero
Copy link
Member

@redshiftzero redshiftzero commented Dec 12, 2023

After #58 I went to add cargo-nono to CI and discovered a number of places where there are no_std incompatibilities, this PR aims to resolve those

Towards penumbra-zone/penumbra#3512

`hashbrown` has the `HashMap` impl for the Rust standard library
since 1.36, but the original crate has the `no_std` version
hex=0.4.3 was breaking the build, see:
KokaKiwi/rust-hex#55

cargo-nono was reporting false positives on zeroize and
num-bigint, so instead of using that in CI I'm instead
building without the default `std` feature
@redshiftzero redshiftzero changed the title wip: fix no_std incompatibility fix no_std incompatibility Dec 12, 2023
@redshiftzero redshiftzero marked this pull request as ready for review December 12, 2023 20:46
@redshiftzero redshiftzero merged commit 692b3a9 into main Dec 12, 2023
8 checks passed
@redshiftzero redshiftzero deleted the no-std-incompat branch December 12, 2023 21:00
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.

1 participant