Updated region versions (#1978)

This commit is contained in:
Graham Scheaffer
2020-07-06 09:26:28 -05:00
committed by GitHub
parent 8d7ba0ad76
commit ef8fe18262
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
cranelift-module = { path = "../module", version = "0.65.0" }
cranelift-native = { path = "../native", version = "0.65.0" }
cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["std"] }
region = "2.1.0"
region = "2.2.0"
libc = { version = "0.2.42" }
errno = "0.2.4"
target-lexicon = "0.10"