ci.yml: removes unnecessarySwatinem/rust-cache action, runs cargo xtask ci directly instead of through actions-rs/cargo action (why was this necessary?).
release.yml: runs prerelease detection on all runners in bash shell instead of duplicating the script in bash and powershell, switches from svenstaro/upload-release-action@v2 to https://github.com/softprops/action-gh-release, removes the version parsing/handling logic (softprops/action-gh-release handles this for you, though with this change release names will no longer be prefixed with "gfold ").
Closes #258. Switches from the archived
actions-rs/toolchain@v1
to https://github.com/dtolnay/rust-toolchain, bumpsactions/checkout
version.ci.yml
: removes unnecessarySwatinem/rust-cache
action, runscargo xtask ci
directly instead of throughactions-rs/cargo
action (why was this necessary?).release.yml
: runs prerelease detection on all runners in bash shell instead of duplicating the script in bash and powershell, switches fromsvenstaro/upload-release-action@v2
to https://github.com/softprops/action-gh-release, removes the version parsing/handling logic (softprops/action-gh-release
handles this for you, though with this change release names will no longer be prefixed with "gfold ").