Skip to content

Commit 50ce641

Browse files
committed
Set cargo --version git short hash length to 9
1 parent 1d9ded9 commit 50ce641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ fn commit_info() {
5353
.arg("-1")
5454
.arg("--date=short")
5555
.arg("--format=%H %h %cd")
56+
.arg("--abbrev=9")
5657
.output()
5758
{
5859
Ok(output) if output.status.success() => output,

0 commit comments

Comments
 (0)