Skip to content

Commit dc3016b

Browse files
CosmicHorrorDevs3bk
authored andcommitted
Switch out memmap for memmap2
1 parent c5d2dee commit dc3016b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
description = "PDF reader"
1212

1313
[features]
14-
mmap = ["memmap"]
14+
mmap = ["memmap2"]
1515
dump = ["tempfile"]
1616
threads = ["jpeg-decoder/default"]
1717
standard-fonts = []
@@ -23,7 +23,7 @@ snafu = "0.6.10"
2323
inflate = "0.4.5"
2424
deflate = "0.9.0"
2525
itertools = "0.10.0"
26-
memmap = { version = "0.7.0", optional = true }
26+
memmap2 = { version = "0.5.0", optional = true }
2727
weezl = "0.1.4"
2828
chrono = "0.4.19"
2929
once_cell = "1.5.2"

0 commit comments

Comments
 (0)