Skip to content

Commit

Permalink
Merge pull request #163 from dunxen/master
Browse files Browse the repository at this point in the history
chore: use correct protoc version for linux on release
  • Loading branch information
dunxen authored Sep 2, 2024
2 parents 7b6635c + 06aaf24 commit 3a533a4
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.27.3-1" }
protobuf-compiler = { version = "3.21.12-8.2build1" }

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

0 comments on commit 3a533a4

Please sign in to comment.