tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.78k stars 489 forks source link

Mark compatibility with itertools 0.12 #971

Closed fornwall closed 7 months ago

fornwall commented 8 months ago

Allows consumers to use less duplicated crates as they update to itertools 0.12.

fornwall commented 7 months ago

Duplicate of https://github.com/tokio-rs/prost/pull/948 and https://github.com/tokio-rs/prost/pull/963