Skip to content

Commit

Permalink
Fix up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Jun 7, 2024
1 parent aad900d commit 918fc74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ unix-archive = ".tar.gz"
# Publish jobs to run in CI
pr-run-mode = "plan"

[workspace.metadata.dist.dependencies.turbo]
[workspace.metadata.dist.dependencies.homebrew]
protobuf = { version = "*", targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"] }

[workspace.metadata.dist.dependencies.chocolatey]
protoc = { version = "*", targets = ["x86_64-pc-windows-msvc"] }

[workspace.metadata.dist.dependencies.apt]
protobuf-compiler = { version = "*", targets = ["aarch64-unknown-linux-musl"] }
protobuf = { version = "*", targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"] }
aarch64-linux-musl-gcc = { version = "*", targets = ["aarch64-unknown-linux-musl"] }

[workspace.lints.clippy]
Expand Down

0 comments on commit 918fc74

Please sign in to comment.