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

CI: Address clippy lints and upgrade tools so CI succeeds #2149

Merged
merged 7 commits into from
Sep 28, 2024

Commits on Sep 27, 2024

  1. rsa::KeyPair docs: Fix markdown formatting of nested bulleted list.

    Address new complaints from Clippy.
    briansmith committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d5c08e5 View commit details
    Browse the repository at this point in the history
  2. use core::mem::{size_of,align_of} instead of qualifying.

    Address a new complaint from the newest Clippy.
    
    Remove the relevant outdated/misleading advice in STYLE.md.
    briansmith committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6d428c9 View commit details
    Browse the repository at this point in the history
  3. CI: Update to newest cargo-semver-checks release

    0.31.0 doesn't work any more.
    
    Also fix the cache key used in the job.
    briansmith committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2a5ee77 View commit details
    Browse the repository at this point in the history
  4. CI: Update to the newest cargo-deny.

    The older version we have been using is failing to build in CI.
    briansmith committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    42eeac7 View commit details
    Browse the repository at this point in the history
  5. CI: Use the latest version of cargo-audit.

    The older version we have been using is failing to build in CI.
    briansmith committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    362ecc4 View commit details
    Browse the repository at this point in the history
  6. Use Android NDK 27b and update 32-bit ARM Android API level to 21.

    The version of the Android NDK used in GitHub Actions,
    /usr/local/lib/android/sdk/ndk/27.1.12297006, doesn't support
    SDK version 19 (or 20) any more.
    briansmith committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1973e59 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    56d934f View commit details
    Browse the repository at this point in the history