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

@@ -17,7 +17,7 @@ wasmtime-profiling = { path = "../profiling", version = "0.18.0" }
wasmparser = "0.57.0"
target-lexicon = { version = "0.10.0", default-features = false }
anyhow = "1.0.19"
region = "2.0.0"
region = "2.1.0"
libc = "0.2"
cfg-if = "0.1.9"
backtrace = "0.3.42"