Skip to content

Commit

Permalink
Bump pdfium-render dep
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-consoli committed Sep 11, 2024
1 parent d3e6a94 commit 8d172d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/images/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ bincode = { version = "=2.0.0-rc.3", features = ["alloc", "derive"], optional =
# Disable defaults for libheif* to avoid bindgen and use pre-compiled headers
libheif-rs = { version = "1.0", default-features = false, optional = true }
libheif-sys = { version = "2.1", default-features = false, optional = true }
pdfium-render = { version = "0.8.24", features = ["image", "sync", "thread_safe"] }
pdfium-render = { version = "0.8", features = ["image", "sync", "thread_safe"] }
resvg = "0.43.0"

0 comments on commit 8d172d2

Please sign in to comment.