Skip to content

Commit

Permalink
chore: enforce tag signing with cargo release
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Feb 22, 2024
1 parent 5ee21e0 commit eede910
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ temp-env = { version = "0.3.6", features = ["async_closure"] }
insta = { version = "1.29.0", features = ["json", "redactions"] }


[workspace.metadata.release]
sign-tag = true
sign-commit = true

[profile.dist]
inherits = "release"
lto = "thin"
Expand Down

0 comments on commit eede910

Please sign in to comment.