We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9ded9 commit 50ce641Copy full SHA for 50ce641
build.rs
@@ -53,6 +53,7 @@ fn commit_info() {
53
.arg("-1")
54
.arg("--date=short")
55
.arg("--format=%H %h %cd")
56
+ .arg("--abbrev=9")
57
.output()
58
{
59
Ok(output) if output.status.success() => output,
0 commit comments