Correct version of region dependency (#1933)

This commit is contained in:
Valentin
2020-06-29 15:55:37 +02:00
committed by GitHub
parent cca558cd20
commit c10c79b7ae
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
wasmtime-environ = { path = "../environ", version = "0.18.0" }
region = "2.0.0"
region = "2.1.0"
libc = { version = "0.2.70", default-features = false }
log = "0.4.8"
memoffset = "0.5.3"