aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:32:10 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:32:10 +0200
commit01aea01154b0ec1a9a87f6995b34f3638908313b (patch)
tree0897b9bc3becf90a1f5fab6305e6cb533722964c /templates
parentfix(templates/{awk,c,latex,shell}): Use one shared `cog.toml` (diff)
downloadflake-templates-01aea01154b0ec1a9a87f6995b34f3638908313b.zip
style(treewide): Re-format
Diffstat (limited to '')
-rw-r--r--templates/rust/cog.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/rust/cog.toml b/templates/rust/cog.toml
index 7c7372c..5e2eee2 100644
--- a/templates/rust/cog.toml
+++ b/templates/rust/cog.toml
@@ -3,10 +3,10 @@ branch_whitelist = ["main", "prime"]
ignore_merge_commits = false
pre_bump_hooks = [
- "reuse lint", # Check licensing status.
- "nix flake check", # Verify the project builds.
- "cargo set-version {{version}}", # Bump version in Cargo.toml.
- "nix fmt", # Format.
+ "reuse lint", # Check licensing status.
+ "nix flake check", # Verify the project builds.
+ "cargo set-version {{version}}", # Bump version in Cargo.toml.
+ "nix fmt", # Format.
]
post_bump_hooks = [
"git push",