Skip to content

Commit

Permalink
chore: add release deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dunxen committed Sep 2, 2024
1 parent 4e77128 commit 597f156
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,15 @@ install-updater = true
github-attestations = true
# Path that installers should place binaries in
install-path = "CARGO_HOME"

# Release dependencies for MacOS
[workspace.metadata.dist.dependencies.homebrew]
protobuf = { version = "3.15.8" }

# Release dependencies for Linux
[workspace.metadata.dist.dependencies.apt]
protobuf-compiler = { version = "3.15.8" }

# Release dependencies for Windows
[workspace.metadata.dist.dependencies.chocolatey]
protoc = { version = "3.15.8" }

0 comments on commit 597f156

Please sign in to comment.