Closed ajrcarey closed 1 week ago
This would also potentially allow for backward compatibility with image 0.23.x. New crate features could include:
image_025
image_024
image_023
The current image
feature then effectively becomes a synonym for image_latest
.
Released as part of crate version 0.8.26.
Follow-on from https://github.com/ajrcarey/pdfium-render/pull/163. Introduce new crate features for pinning the image crate version the consumer wishes to use. The
image
feature will default to the latest version, but a consumer can deliberately pin to an older version if they wish. This will see the default image dependency of this crate switch fromversion = "0.24"
toversion = "0.25"
.