Skip to content

Commit

Permalink
Update cargo dist config (allow-dirty) (#627)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz committed May 13, 2024
1 parent 5381876 commit 453484f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ lto = "thin"

# Config for 'cargo dist'
[workspace.metadata.dist]
# Allow customization of release workflow
allow-dirty = ["ci"]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.14.1"
# CI backends to support
Expand Down

0 comments on commit 453484f

Please sign in to comment.