Update to memmap 0.6

`memmap` 0.6.0 introduces major API changes in anticipation of a 1.0
release. See https://github.com/danburkert/memmap-rs/releases/tag/0.6.0
for more information. CC danburkert/memmap-rs#33.
This commit is contained in:
Dan Burkert
2017-10-28 15:32:43 -07:00
committed by Andrew Gallant
parent 231698f802
commit 263e8f92b9
3 changed files with 28 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ lazy_static = "0.2"
libc = "0.2"
log = "0.3"
memchr = "2"
memmap = "0.5"
memmap = "0.6"
num_cpus = "1"
regex = "0.2.1"
same-file = "1"