Skip to content

Commit

Permalink
Merge pull request #164 from dunxen/2024-9-addreleasedeps
Browse files Browse the repository at this point in the history
chore: use any linux version for protoc on release
  • Loading branch information
dunxen authored Sep 2, 2024
2 parents 3a533a4 + 479711b commit 1874955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protobuf = { version = "27.3_1" }

# Release dependencies for Linux
[workspace.metadata.dist.dependencies.apt]
protobuf-compiler = { version = "3.21.12-8.2build1" }
protobuf-compiler = '*'

# Release dependencies for Windows
[workspace.metadata.dist.dependencies.chocolatey]
Expand Down

0 comments on commit 1874955

Please sign in to comment.