Skip to content

Commit 453484f

Browse files
authored
Update cargo dist config (allow-dirty) (#627)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 5381876 commit 453484f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ lto = "thin"
8484

8585
# Config for 'cargo dist'
8686
[workspace.metadata.dist]
87+
# Allow customization of release workflow
88+
allow-dirty = ["ci"]
8789
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
8890
cargo-dist-version = "0.14.1"
8991
# CI backends to support

0 commit comments

Comments
 (0)