Skip to content

Commit

Permalink
add workaround for semantic-release-cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Sep 6, 2023
1 parent 34aafac commit 26e9538
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bench/binary_size/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "binary_size"
version = "0.1.0"
authors = ["Kevin Stenerson <[email protected]>"]
edition = "2018"
publish = false

# workaround for semantic-release-cargo
publish = ["do-not-publish"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion openapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "stripe-openapi-codegen"
version = "0.1.0"
authors = ["Kevin Stenerson <[email protected]>"]
edition = "2018"
publish = false

# workaround for semantic-release-cargo
publish = ["do-not-publish"]

[dependencies]
heck = "0.3"
Expand Down

0 comments on commit 26e9538

Please sign in to comment.