Upgrade memmap to memmap2 in other crates.

This commit is contained in:
Camille GILLOT 2021-03-17 17:29:45 +01:00
parent 0ce0fedb67
commit 458d044c5b
7 changed files with 18 additions and 8 deletions

View file

@ -123,6 +123,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"measureme",
"memchr",
"memmap",
"memmap2",
"memoffset",
"miniz_oxide",
"num_cpus",