changeset 47955 | e834b79def74 |
parent 47952 | 9cd35c8c6044 |
child 48199 | 9d0e5629cfbf |
--- a/rust/hg-core/src/vfs.rs Thu Sep 09 18:07:40 2021 +0200 +++ b/rust/hg-core/src/vfs.rs Fri Sep 10 09:53:09 2021 +0200 @@ -1,5 +1,5 @@ use crate::errors::{HgError, IoErrorContext, IoResultExt}; -use memmap::{Mmap, MmapOptions}; +use memmap2::{Mmap, MmapOptions}; use std::io::ErrorKind; use std::path::{Path, PathBuf};