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

Switch away from actions-rs and minor CI improvements #39

Merged
merged 5 commits into from Aug 20, 2022

Commits on Aug 17, 2022

  1. Separate cross checking into its own job

    It's mostly disjoined from actual building anyway and this makes it easier
    to follow what's going on.
    LingMan committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a3a3566 View commit details
    Browse the repository at this point in the history
  2. Switch away from actions-rs

    The actions-rs organization is unmaintained with the sole member being
    unresponsive for close to two years.
    
    This commit switches form actions-rs/toolchain to dtolnay/rust-toolchain
    and from actions-rs/cargo to plain cargo commands.
    LingMan committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9ba165a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba83e91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9daa448 View commit details
    Browse the repository at this point in the history
  5. Don't call the current toolchain version explicitly

    It gets set as default during installation.
    LingMan committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3da12bd View commit details
    Browse the repository at this point in the history