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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    72ea9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65d1df8 View commit details
    Browse the repository at this point in the history
  3. get rid of thiserror dep

    redshiftzero committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e7d3dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dac120 View commit details
    Browse the repository at this point in the history
  5. no_std: use hashbrown HashMap

    `hashbrown` has the `HashMap` impl for the Rust standard library
    since 1.36, but the original crate has the `no_std` version
    redshiftzero committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0be51b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5ba657 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7aa464 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b2f1e8 View commit details
    Browse the repository at this point in the history
  9. no_std: use ark_std

    redshiftzero committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    96c3bd7 View commit details
    Browse the repository at this point in the history
  10. chore: pin to hex=0.4.2, build without std in CI check

    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 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6327dd0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c88fb2c View commit details
    Browse the repository at this point in the history
  12. chore: decaf377 0.7.0

    redshiftzero committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    22a805f View commit details
    Browse the repository at this point in the history