rust-lang / rust-bindgen

Automatically generates Rust FFI bindings to C (and some C++) libraries.
https://rust-lang.github.io/rust-bindgen/
BSD 3-Clause "New" or "Revised" License
4.23k stars 679 forks source link

Allow itertools 0.13, bump Cargo.lock to it #2839

Closed torokati44 closed 1 month ago

torokati44 commented 1 month ago

In the vein of https://github.com/rust-lang/rust-bindgen/pull/2745, just in the other direction.

Changes: https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0130

emilio commented 1 month ago

Thanks!