Skip to content

Commit

Permalink
Set cargo --version git short hash length to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
arlosi committed Apr 19, 2022
1 parent 1d9ded9 commit 50ce641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fn commit_info() {
.arg("-1")
.arg("--date=short")
.arg("--format=%H %h %cd")
.arg("--abbrev=9")
.output()
{
Ok(output) if output.status.success() => output,
Expand Down

0 comments on commit 50ce641

Please sign in to comment.