beta #14

Merged
didirus merged 66 commits from beta into release 2025-08-16 21:13:39 +00:00
Showing only changes of commit 544f63512a - Show all commits

View File

@@ -14,7 +14,7 @@ fn main() {
let git_hash = String::from_utf8(output.stdout)
.expect("valid UTF-8 output from `git` invocation");
println!("cargo::rerun-if-changed=.git/HEAD");
println!("cargo::rerun-if-changed=../../.git/HEAD");
println!("cargo::rustc-env=GIT_HASH={}", git_hash.trim());
let timedate_fmt = Local::now().format("%F @ %I:%M %p");