3
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2024-11-22 08:49:30 +01:00

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
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

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