Browse Source

Correct version of region dependency of simplejit (#1827)

pull/1830/head
bjorn3 4 years ago
committed by GitHub
parent
commit
be20c92205
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cranelift/simplejit/Cargo.toml

2
cranelift/simplejit/Cargo.toml

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

Loading…
Cancel
Save