Closed striezel closed 1 year ago
Just a little PSA: the toolchain you use now ignores rust toolchain files. It doesn't matter in this case, but something to keep in mind :)
Just a little PSA: the toolchain you use now ignores rust toolchain files. It doesn't matter in this case, but something to keep in mind :)
This just reminded me of your ping in janhohenheim/foxtrot#249, which I had entirely forgotten to answer on :see_no_evil: Thanks for the heads-up! I haven't used toolchain files before, but it's good to know, should they ever come up.
@NiklasEi hehe yeah, I thought you might recognize this PR from somewhere 😉
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/NiklasEi/bevy_game_template/actions/runs/4772937853:To get rid of those warnings the occurrences of
actions-rs/toolchain
are replaced bydtolnay/rust-toolchain
.