CI: display rustfmt version

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

.forgejo/workflows/build.yaml | 1 +
.gitlab-ci.yml                | 1 +
2 files changed, 2 insertions(+)

Detailed changes

.gitlab-ci.yml 🔗

@@ -60,6 +60,7 @@ rustfmt:
   stage: lint
   script:
     - rustup component add rustfmt
+    - cargo fmt --version
     - cargo fmt --check
   extends:
     - .stable