If you're using the version message from the components template, and you've installed the crate from crates.io, then instead of seeing a git description with VERGEN_GIT_DESCRIBE, you will be greeted with VERGEN_IDEMPOTENT_OUTPUT, since cargo uses tarballs instead of git repos while installing repos.
If you're using the version message from the components template, and you've installed the crate from crates.io, then instead of seeing a git description with
VERGEN_GIT_DESCRIBE, you will be greeted withVERGEN_IDEMPOTENT_OUTPUT, since cargo uses tarballs instead of git repos while installing repos.