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

chore(general): bump MSRV to 1.81, use core::error::Error on no-std compatible crates #1552

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. chore(general): use core::error::Error instead of `std::error::Erro…

    …r` on no-std compatible crates
    
    For `no-std` compatible crates, we can use `core::error::Error` instead of `std::error::Error` to avoid gating the Error impl under `std`.
    Evalir committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1ebb429 View commit details
    Browse the repository at this point in the history
  2. chore: bump MSRV

    Evalir committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    28f008c View commit details
    Browse the repository at this point in the history
  3. chore: std on 2718

    Evalir committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    06c1556 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43bf167 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad5d4bf View commit details
    Browse the repository at this point in the history
  6. clippy

    Evalir committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ec7c628 View commit details
    Browse the repository at this point in the history
  7. chore: std on kzg

    Evalir committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5935847 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    51a9f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78e0e43 View commit details
    Browse the repository at this point in the history