Closed xFrednet closed 10 months ago
@Veetaha The github action tests are failing, as they use a different nightly toolchain version than the one from the rust-toolchain.toml
file. This wasn't an issue in the last release, since I accidentally messed up the toolchain version and updated it early, meaning that v0.4.3, tested by in the action had the same toolchain as v0.5.0
on the master branch.
Since the scripts are used for specific tags, can we just update the toolchain version in them as well, with the update-toolchain
version script?
I don't think update-toolchain
script is needed here. Try adding this step before cargo marker
invocation to install the toolchain version used in this repo.
- uses: actions-rust-lang/setup-rust-toolchain@v1
So much breakage 14/27 fixed
It compiles...