Closed
Description
On the latest master (2c8b3be) the cargo-fmt binary isn't displaying it's version information properly.
This is what I get when running cargo-fmt
cargo run --bin cargo-fmt -- --version
cargo-fmt
However we aren't seeing the same issue with rustfmt
cargo run --bin rustfmt -- --version
rustfmt 1.5.0-nightly (2c8b3bef 2022-06-21)