We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3b629 commit 808bdc6Copy full SHA for 808bdc6
osmflatc/Cargo.toml
@@ -26,7 +26,7 @@ flate2 = "1.0.18"
26
inlinable_string = "0.1.11"
27
itertools = "0.10.3"
28
log = "0.4.11"
29
-memmap = "0.7.0"
+memmap2 = "0.5.7"
30
osmflat = "0.1.0"
31
parking_lot = "0.11.0"
32
pbr = "1.0.3"
osmflatc/src/main.rs
@@ -14,7 +14,7 @@ use colored::*;
14
use flatdata::FileResourceStorage;
15
use itertools::Itertools;
16
use log::info;
17
-use memmap::Mmap;
+use memmap2::Mmap;
18
use pbr::ProgressBar;
19
20
use std::collections::{hash_map, HashMap};
0 commit comments