diff --git a/yellowstone-grpc-tools/Cargo.toml b/yellowstone-grpc-tools/Cargo.toml index 326ad478..3c13b6da 100644 --- a/yellowstone-grpc-tools/Cargo.toml +++ b/yellowstone-grpc-tools/Cargo.toml @@ -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]