Skip to content

Commit

Permalink
ci: fix release-plz error; exclude *.snap from borsh-derive pub…
Browse files Browse the repository at this point in the history
…lish (#263)

* chore: exclude `*.snap` from `borsh-derive` publish

* ci: fix release-plz `overrides are not present in the workspace` error
  • Loading branch information
dj8yfo authored Dec 6, 2023
1 parent 73db73e commit b7b2f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions borsh-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ homepage = "https://borsh.io"
description = """
Binary Object Representation Serializer for Hashing
"""
exclude = ["*.snap"]

[lib]
proc-macro = true
Expand Down
4 changes: 2 additions & 2 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ changelog_path = "./CHANGELOG.md"
changelog_include = ["borsh-derive"]

[[package]]
name = "fuzz-run"
name = "borsh-fuzz"
publish = false

[[package]]
name = "benchmark"
name = "benchmarks"
publish = false

0 comments on commit b7b2f70

Please sign in to comment.