Skip to content

Commit 6737e48

Browse files
author
sergeyyar
committed
WIP: fix
1 parent 6854cbb commit 6737e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fn main() {
2626
let git_branch = get_value("git", &["rev-parse", "--abbrev-ref", "HEAD"]);
2727
let git_commit = get_value("git", &["rev-parse", "HEAD"]);
2828
let commit_date = get_value("git", &["log", "-1", "--date=iso", "--pretty=format:%cd"]);
29+
let build_time = get_value("date", &["+%Y-%m-%d %T %z"]);
2930
let rust_version = get_value("rustc", &["--version"]);
3031

3132
println!("cargo:rustc-env=BUILD_GIT_BRANCH={}", git_branch);

0 commit comments

Comments
 (0)