Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: ditch unmaintained actions-rs/toolchain action
as mentioned in the previous commit, github is now issuing warnings for ci actions that are using obsolete features. i managed to upgrade to using a newer version of the `checkout` action very easily, however the rust toolchain action that many people were using seems to have been unmaintained for quite some time now with the author having gone awol. some people suggest switching to an alternative by `dtolnay` (a rust dev?) while others suggest just using `rustup` directly. i chose to do the latter, and added a couple of suggested environment variables. i also moved the rust/cargo version check into the same block now that it's a sequence of commands rather than instigating an action helper.
- Loading branch information