Open
Description
Problem
Cargo is aware of the vcs information of the tree it is building, would be great to have it exported as environment variable.
Proposed Solution
Populate CARGO_VCS_VERSION
, CARGO_VCS_VERSION_LONG
with a compact and a long representation of the current tree, e.g. what git describe --tags
and the full commit hash.
Notes
No response