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

block-padding+inout: remove std feature #1117

Merged
merged 2 commits into from
Sep 28, 2024
Merged

block-padding+inout: remove std feature #1117

merged 2 commits into from
Sep 28, 2024

Commits on Sep 28, 2024

  1. block_padding+inout: remove std feature

    Leverages the `error_in_core` feature stabilized in Rust 1.81 to allow
    `Error` trait impls in `no_std` contexts.
    
    This was the only dependency on `std`, so this also removes the `std`
    feature, which is no longer necessary.
    tarcieri committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    885f64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b9d9b View commit details
    Browse the repository at this point in the history