summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Burkert <dan@danburkert.com>2017-10-28 15:32:43 -0700
committerAndrew Gallant <jamslam@gmail.com>2017-11-22 06:57:15 -0500
commit263e8f92b98ca883362c59677e23255fabfff307 (patch)
tree03ef450908e2ee7b7ffedf1529837c81cefc939f /Cargo.toml
parent231698f802c0c8abdb7bdfe65f9110a9c596ba63 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b57fb82..86fbb756 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"