Switch from mmap to memmap to support Windows

This commit is contained in:
Till Schneidereit
2019-08-26 13:12:55 +02:00
committed by Benjamin Bouvier
parent ec8f72bf20
commit 9edbfed65f
2 changed files with 12 additions and 8 deletions

View File

@@ -17,6 +17,6 @@ cranelift-preopt = { path = "../cranelift-preopt", version = "0.40.0" }
file-per-thread-logger = "0.1.2"
filecheck = "0.4.0"
log = "0.4.6"
mmap = "0.1.1"
memmap = "0.7.0"
num_cpus = "1.8.0"
region = "2.1.2"