tikv / raft-rs

Raft distributed consensus algorithm implemented in Rust.
Apache License 2.0
2.93k stars 394 forks source link

deps: Upgrade prost to 0.8 #456

Closed Xuanwo closed 2 years ago

Xuanwo commented 3 years ago

Fix https://github.com/tikv/raft-rs/issues/449

Signed-off-by: Xuanwo github@xuanwo.io

Xuanwo commented 3 years ago

Maybe I need to wait next release of protobuf-build?

Xuanwo commented 2 years ago

Closed for inactive and no response.

BusyJay commented 2 years ago

Oh, seems I miss the PR. Can you send a PR to prost-build to upgrade prost to 0.9 first?

Xuanwo commented 2 years ago

It looks prost-build has already updated: https://github.com/tokio-rs/prost/blob/master/prost-build/Cargo.toml#L22

Xuanwo commented 2 years ago

Ok, I got your ideas. I have sent a PR for it: https://github.com/tikv/protobuf-build/pull/58