Skip to content

Commit

Permalink
use correct arch
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Nov 15, 2023
1 parent 304d0c1 commit 812f78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yellowstone-grpc-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
yellowstone-grpc-client = { path = "../yellowstone-grpc-client" }
yellowstone-grpc-proto = { path = "../yellowstone-grpc-proto" }

[target.'cfg(not(all(target_os = "macos", target_arch = "arm")))'.dependencies]
[target.'cfg(not(all(target_os = "macos", target_arch = "aarch64")))'.dependencies]
rdkafka = { version = "0.34.0", features = ["ssl", "sasl"] }

[target.'cfg(all(target_os = "macos", target_arch = "arm"))'.dependencies]
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]
rdkafka = { version = "0.34.0", features = ["ssl-vendored", "sasl"] }

[build-dependencies]
Expand Down

0 comments on commit 812f78d

Please sign in to comment.