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

Update grpc c core to 1.44.0 #558

Closed BusyJay closed 2 years ago

BusyJay commented 2 years ago

This PR also uses the same bindings for both (x8664|aarch64)(macos|linux). CI will check if it's OK to do so. This should make maintenance easier.

Changes from #539 is also included in this PR.

Features use-bindgen is removed as it can be detected during compile time now.

This PR also rename the secure features to boringssl for better understanding. And now only enabling openssl features will not download boringssl anymore. Close #557.