Open LeoniePhiline opened 1 week ago
actions-rs/cargo is unmaintained and must be replaced.
actions-rs/cargo
The respository has been set to read-only.
It must be replaced, as CI, run by actions-rs/cargo@v1, fails with outdated rustc command line options:
actions-rs/cargo@v1
rustc
error: failed to run `rustc` to learn about target-specific information Caused by: process didn't exit successfully: `/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc - --crate-name ___ --print=file-names -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (exit status: 1) --- stderr warning: the `-Cinline-threshold` flag is deprecated and does nothing (consider using `-Cllvm-args=--inline-threshold=...`) error: unknown unstable option: `profile`
CI works, CI dependencies are well maintained.
This is a blocker for #15.
Consider switching to dtolnay/rust-toolchain.
dtolnay/rust-toolchain
See also:
Description
actions-rs/cargo
is unmaintained and must be replaced.The respository has been set to read-only.
It must be replaced, as CI, run by
actions-rs/cargo@v1
, fails with outdatedrustc
command line options:Steps to reproduce
actions-rs/cargo
uses outdatedrustc
CLI options.Expected behaviour
CI works, CI dependencies are well maintained.
Environment
Additional information
This is a blocker for #15.