Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Feb 8, 2025
1 parent 6d945cf commit 9a19613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ fn main() {
rinja.push("rinja");

println!("cargo::rerun-if-changed=.git/modules/rinja/refs/heads/master");
git_run("RINJA_DESCR", &rinja, [
"describe", "--tags", "--long", "HEAD",
]);
git_run(
"RINJA_DESCR",
&rinja,
["describe", "--tags", "--long", "HEAD"],
);
git_run("RINJA_REV", &rinja, ["rev-parse", "HEAD"]);

println!("cargo::rerun-if-changed=.git/modules/rinja/config");
Expand Down
2 changes: 1 addition & 1 deletion rinja
Submodule rinja updated 298 files

0 comments on commit 9a19613

Please sign in to comment.