summaryrefslogtreecommitdiffstats
path: root/src/hex/hex_view.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hex/hex_view.rs')
-rw-r--r--src/hex/hex_view.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hex/hex_view.rs b/src/hex/hex_view.rs
index 66de990..05b85f1 100644
--- a/src/hex/hex_view.rs
+++ b/src/hex/hex_view.rs
@@ -11,7 +11,7 @@ use {
style::{Color, Print, SetForegroundColor},
QueueableCommand,
},
- memmap::Mmap,
+ memmap2::Mmap,
std::{
fs::File,
io,