Skip to content

Commit

Permalink
Switch out memmap for memmap2
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored and s3bk committed Jan 9, 2022
1 parent c5d2dee commit dc3016b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
description = "PDF reader"

[features]
mmap = ["memmap"]
mmap = ["memmap2"]
dump = ["tempfile"]
threads = ["jpeg-decoder/default"]
standard-fonts = []
Expand All @@ -23,7 +23,7 @@ snafu = "0.6.10"
inflate = "0.4.5"
deflate = "0.9.0"
itertools = "0.10.0"
memmap = { version = "0.7.0", optional = true }
memmap2 = { version = "0.5.0", optional = true }
weezl = "0.1.4"
chrono = "0.4.19"
once_cell = "1.5.2"
Expand Down

0 comments on commit dc3016b

Please sign in to comment.