Merge pull request #19 from dtolnay/verbose

Include compiler commit hash, date, and host in the log
This commit is contained in:
David Tolnay 2022-07-15 10:19:17 -07:00 committed by GitHub
commit 18ca32f8dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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