Closed striezel closed 1 year ago
Thanks so much! I took these from the Dioxus repo so if it's still using actions-rs, it would be great if you could open a PR there too.
The PR for Dioxus has been created, too: https://github.com/DioxusLabs/dioxus/pull/1099
Basically all of the
actions-rs/*
actions are unmaintained. See https://github.com/actions-rs/toolchain/issues/216 for more information. Due to their age they generate several warnings in CI runs, for example in https://github.com/DioxusLabs/dioxus-std/actions/runs/5282023756:To get rid of those warnings the occurrences of
actions-rs/toolchain
are replaced bydtolnay/rust-toolchain
, and the occurrences ofactions-rs/cargo
are replaced by direct invocations ofcargo
.