Switch to memmap2 fork

This commit is contained in:
Trent Nelson
2020-12-11 13:57:43 -07:00
committed by mergify[bot]
parent 730cb3b7cc
commit edff62af3d
8 changed files with 26 additions and 18 deletions

View File

@ -20,7 +20,7 @@ use crate::{
};
use bincode::{deserialize, serialize};
use chrono::{TimeZone, Utc};
use memmap::Mmap;
use memmap2::Mmap;
use std::{
collections::BTreeMap,
fmt,