tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

grpc-sys: update bindgen to 0.57 #507

Closed sticnarf closed 3 years ago

sticnarf commented 3 years ago

The purpose is to make tikv build natively on apple silicon.

Although bindgen 0.56 works on apple silicon, I hope to update bindgen to the latest version to keep it consistent with https://github.com/tikv/rust-rocksdb/pull/605.

BusyJay commented 3 years ago

Please solve the conflicts. You need to either use a separate PR to bump version or also update the changelog in this PR.