Skip to content

Commit

Permalink
fix: pin image crate to version 0.25
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <tareknaser360@gmail.com>
  • Loading branch information
tareknaser authored and twitu committed Mar 14, 2024
1 parent a4dd690 commit 11b4f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-pdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["rlib"]

[dependencies]
once_cell = "1.16.0"
image = "0.24.2"
image = "=0.25.0"
pdfium-render = { git = "https://github.com/ajrcarey/pdfium-render", rev = "d2559c1", features = [
"thread_safe",
"sync",
Expand Down

0 comments on commit 11b4f51

Please sign in to comment.