gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
38 stars 11 forks source link

[CI] Pin specific rustfmt version #57

Closed CosminPerRam closed 1 year ago

CosminPerRam commented 1 year ago

Pins a specific nightly version to fix errors in CI regarding version mismatch. Also reorders the check flow to move formatting to the 2nd last place.

Douile commented 1 year ago

You need to specify the specific version after cargo. So cargo +nightly-2023-03-01 fmt

CosminPerRam commented 1 year ago

Thanks, it works, I expected it to automatically pickup the version.