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

chore(deps): bump prost to 0.12 #636

Closed waynexia closed 6 months ago

waynexia commented 1 year ago

closes https://github.com/tikv/grpc-rs/issues/635

waynexia commented 1 year ago

I've checked this with cargo check --workspace -F prost-codec in my env. PTAL @BusyJay

BusyJay commented 1 year ago

You need to regenerate all sources after upgrading prost-build.

waynexia commented 1 year ago

Thanks for your guide. I've run cargo xtask codegen and pushed the changes 👍

waynexia commented 1 year ago

Have the following commands passed:

cargo clippy --all -- -D clippy::all && cargo clippy --all --no-default-features --features prost-codec -- -D clippy::all
cd proto && cargo build --no-default-features --features prost-codec

PLTA again 🥲

BusyJay commented 6 months ago

Should be covered by #648. Thanks for your contribution!