Skip to content

Commit

Permalink
fix: protoc for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Mar 11, 2024
1 parent 023d321 commit f0ba9cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ gcc = "*"
clang = "*"
lld = "*"
'g++' = "*"
protobuf-compiler = "3.21"
libprotobuf-dev = "3.21"
protobuf-compiler = "3.21.12"
libprotobuf-dev = "3.21.12"

[workspace.metadata.dist.dependencies.chocolatey]
protoc = "3.21"
protoc = "*"
llvm = "*"


Expand Down

0 comments on commit f0ba9cb

Please sign in to comment.