Skip to content

Commit

Permalink
no publish on cargo release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterdev committed Apr 12, 2023
1 parent d3e28f5 commit 3e3d27b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ rust-toolchain-version = "1.67.1"
# CI backends to support (see 'cargo dist generate-ci')
ci = ["github"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "aarch64-apple-darwin"]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"aarch64-apple-darwin",
]

[workspace.metadata.release]
publish = false

0 comments on commit 3e3d27b

Please sign in to comment.