protobuf-build
protobuf-build copied to clipboard
This updates `prost` and related dependencies to v0.12. We'd like to see this bump because this is blocking other dependency updates for us in [Qdrant](https://github.com/qdrant/qdrant). Similar to but for a...
Signed-off-by: husharp rely on https://docs.rs/protobuf-codegen/2.8.0/protobuf_codegen/struct.Customize.html#structfield.serde_derive, For support Serialize we can Just turn on the serde_derive option.
#52 for this issue, we fix the "modifying iterator (of files) when iterating over it" problem. we test on Windows(WSL) and this change will fix ok.
tikv/client-cpp : I am using WSL2 with distro as Ubuntu and the tiup playground nightly runs fine. But when I am trying to run make run-example it says ``` failed...
https://github.com/tikv/protobuf-build/blob/a2af09ffc88767196ab33137af01358a6bd81447/src/wrapper.rs#L220 It looks like based on this line `merge_from` is unimplemented. I'm getting an error here in my code, but I do see an implementation here: https://docs.rs/raft-proto/0.6.0/src/raft_proto/opt/rustwide/target/debug/build/raft-proto-e76d546c8402e8c8/out/protos/eraftpb.rs.html#2584-2603 How is this...
Crates.io shows the current version is 0.11.1: https://crates.io/crates/protobuf-build but the git Cargo.toml is 0.11.0 as of eae880dedba6368abbc5e052e55a38e789e2dd80. 0.11.0 on crates.io is marked as yanked. Is there some change/fix missing from...
This uses the same code as before, but uses it via crates.io, rather than Git. PTAL @BusyJay @breeswish
We do this in https://github.com/tikv/tikv/pull/5217 in TiKV and I think all it takes is to switch the rust-protobuf library to use my fork.