Skip to content

Commit

Permalink
Update pdfium-render version (#2701)
Browse files Browse the repository at this point in the history
* Revert "Fix pdf thumbnails (#2666)"

This reverts commit 1c84e23.

* Bump pdfium-render dep

* Bring back custom fork
 - Bump the minimum pdfium lib api version (updated bundled lib in native-deps)
 - Custom fork is still required because upstream added a hard limit on chono version 0.4.31, which is incompatible with some of our dependencies which require newer versions

---------

Co-authored-by: Vítor Vasconcellos <[email protected]>
  • Loading branch information
matheus-consoli and HeavenVolkoff committed Sep 17, 2024
1 parent 3bbea40 commit d41b8c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
34 changes: 4 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/images/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ resvg = "0.43.0"

[dependencies.pdfium-render]
default-features = false
features = ["image", "pdfium_6259", "sync", "thread_safe"]
features = ["image", "pdfium_6666", "sync", "thread_safe"]
git = "https://github.com/HeavenVolkoff/pdfium-render.git"
rev = "dd8118c068"
rev = "7518e39c1b"

0 comments on commit d41b8c0

Please sign in to comment.