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

Misc improvements to CI, README, metadata, docs. #51

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 16, 2023

  1. Remove outdated .travis.yml.

    This isn't used now that GitHub Actions CI is used.
    waywardmonkeys committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3d2ebe5 View commit details
    Browse the repository at this point in the history
  2. Use valid SPDX 2.1 license expression.

    The old format is considered deprecated by cargo.
    waywardmonkeys committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    fc4c270 View commit details
    Browse the repository at this point in the history
  3. README: Update / correct links.

    This changes links to correctly use `vec_map` rather than `vec-map`
    and to use the newer badge link format for the GitHub Actions CI.
    waywardmonkeys committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    10b3dd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fa9a6e View commit details
    Browse the repository at this point in the history
  5. ci: Update actions, replace actions-rs.

    * Update `actions/checkout` to the current v4.
    * Update the `swatinem/rust-cache` action to the current v2.
    * Replace `actions-rs` actions as they haven't been maintained for a
      long time.
    waywardmonkeys committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    390e034 View commit details
    Browse the repository at this point in the history