Replace memmap to memmap2 in proc_macro_api

This commit is contained in:
memoryruins 2021-05-03 20:20:47 -04:00
parent a0ec841bfe
commit 27ba1dd8e3
3 changed files with 3 additions and 13 deletions

View file

@ -6,7 +6,7 @@ use std::{
path::Path,
};
use memmap::Mmap;
use memmap2::Mmap;
use object::read::{File as BinaryFile, Object, ObjectSection};
use snap::read::FrameDecoder as SnapDecoder;