Skip to content

Commit 63fe185

Browse files
authored
Fix cargo-generate (#22)
1 parent bcb2afc commit 63fe185

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cargo-generate.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ cargo_generate_version = ">=0.23.0"
88
# Exclude files from the placeholder generated for the template
99
exclude = [
1010
".github/workflows/dependency-audit.yml",
11+
".github/workflows/coverage-pr.yml",
12+
".github/workflows/semver-checks.yml",
1113
"target",
12-
]
14+
]

0 commit comments

Comments
 (0)