Skip to content

Commit a6a532a

Browse files
committed
Cargo: Add cargo release settings
1 parent 8d50380 commit a6a532a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ repository = "https://github.com/woodruffw/steg86"
99
keywords = ["cli", "steganography", "steg", "x86"]
1010
categories = ["command-line-utilities", "encoding"]
1111

12+
[package.metadata.release]
13+
no-dev-version = true
14+
disable-publish = true # handled by GitHub Actions
15+
1216
[dependencies]
1317
anyhow = "1.0"
1418
bit-vec = "0.6.2"

0 commit comments

Comments
 (0)