ajrcarey / pdfium-render

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
https://crates.io/crates/pdfium-render
Other
364 stars 59 forks source link

chore: MSRV 1.70 #162

Closed fundon closed 1 month ago

fundon commented 1 month ago
crate version MSRV
bindgen v0.70 v1.70.0
image v0.24 v1.67.1
chrono v0.4 v1.61.0
ajrcarey commented 1 month ago

Why?

fundon commented 1 month ago

The bindgen minimum supported Rust version is 1.70.0.

https://github.com/rust-lang/rust-bindgen?tab=readme-ov-file#msrv

ajrcarey commented 1 month ago

Thank you for taking the time over this, but I need to understand the rationale better before I approve.

So with all that in mind, please walk me through the rationale for bumping the MSRV to 1.70.0. What would be the benefit?