Include compiler commit hash, date, and host in the log

This commit is contained in:
David Tolnay
2022-07-15 10:16:55 -07:00
parent 28efc6cfe3
commit e4aceeade6

View File

@@ -50,5 +50,5 @@ runs:
- id: rustc-version
run: echo "::set-output name=version::$(rustc --version)"
shell: bash
- run: rustc --version
- run: rustc --version --verbose
shell: bash