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

Replace unmaintained actions-rs/* actions in CI workflows #81

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Replace unmaintained actions-rs/* actions in CI workflows #81

merged 1 commit into from
Jul 9, 2023

Commits on Jul 7, 2023

  1. Replace unmaintained actions-rs/* actions in CI workflows

    Basically all of the `actions-rs/*` actions are unmaintained. See
    <actions-rs/toolchain#216> for more
    information. Due to their age they generate several warnings in
    CI runs.
    
    To get rid of those warnings the occurrences of
    `actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
    and the occurrences of `actions-rs/cargo` are replaced by direct
    invocations of `cargo`.
    striezel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f643210 View commit details
    Browse the repository at this point in the history