rust-marker / marker

An experimental linting interface for Rust. Let's make custom lints a reality
https://rust-marker.github.io/marker/
Other
142 stars 11 forks source link

Chore: Bump nightly -> 2023-12-28 #345

Closed xFrednet closed 10 months ago

xFrednet commented 10 months ago
xFrednet commented 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?

Veetaha commented 10 months ago

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