Closed fundon closed 1 month ago
crate | version | MSRV |
---|---|---|
bindgen | v0.70 | v1.70.0 |
image | v0.24 | v1.67.1 |
chrono | v0.4 | v1.61.0 |
Why?
The bindgen minimum supported Rust version is 1.70.0.
https://github.com/rust-lang/rust-bindgen?tab=readme-ov-file#msrv
Thank you for taking the time over this, but I need to understand the rationale better before I approve.
bindgen
is not a runtime dependency of this crate. It is only used at build-time, and then only if the "bindgen" crate feature is specifically selected, which is not the default.bindgen
is locked at 0.69.4 for this crate due to https://github.com/ajrcarey/pdfium-render/issues/156cargo msrv
shows that the MSRV for this crate with the image
feature disabled is already 1.60.0So with all that in mind, please walk me through the rationale for bumping the MSRV to 1.70.0. What would be the benefit?