Windows build doesn't print git hash on `--version`
HEMTT Version: 0.7.4
Project: N/A
Description:
-
hemtt.exe --version->HEMTT 0.7.3 -
./hemtt --version->HEMTT 0.7.3-8df045f - 0.7.3 because version was never bumped to 0.7.4 on release.
Steps to reproduce:
- Run HEMTT with
--version
Additional information:
/
HEMTT Output:
/
Looks like GIT_HASH environment variable just isn't set for Windows compilation, ref.: https://github.com/synixebrett/HEMTT/blob/master/src/lib.rs#L40
Unable to reproduce on Windows, were you using CI builds or locally built?
That one was a CI build. CI doesn't read the hash as per my last comment.

Tried it with the latest windows builds
Seems there is a different bug, AppVeyor has it twice...
Can reproduce the same way, not the original bug with 0.7.5. Maybe it was fixed in CI at some point (addition of GitHub Actions?), but this was introduced.
Yeah not sure, nothing has changed in the CI jobs since this issue was created
Closed with 1.0.0, outdated issue