Skip to content

Commit

Permalink
Progressing #160
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastair Carey committed Aug 29, 2024
1 parent 376bc4b commit de1130a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ doctest = false
bitflags = "2"
bytes = "1"
bytemuck = "1"
chrono = "<= 0.4.31" # To meet MSRV target of Rust 1.60.
chrono = "0.4, <= 0.4.31" # To meet MSRV target of Rust 1.60.
image = { version = ">= 0.24.0", optional = true } # DynamicImage trait definitions changed between 0.23.14 and 0.24.0; we use trait from version 0.24.0 and later.
itertools = "0"
log = "0"
Expand Down Expand Up @@ -88,6 +88,7 @@ pdfium_future = [
# For testing changes in Pdfium source control that are yet to be released.
"pdfium_use_skia",
"pdfium_enable_xfa",
"pdfium_enable_v8",
]
pdfium_6666 = []
pdfium_6611 = []
Expand Down

0 comments on commit de1130a

Please sign in to comment.