All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
Parse the new rustfmt file and line number format
The format changed in rust-lang/rustfmt#5971
Thanks to @0xcypher02 for pointing out the problem.
- Add the input
manifest-path
to set the--manifest-path
argument of rustfmt. #1 This allows formatting any cargo project in the repository independent of the location.
- Switch from set-output to $GITHUB_OUTPUT to avoid warning https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Initial Version