Update dependency versions.
This commit is contained in:
@@ -13,9 +13,9 @@ cranelift-codegen = { path = "../codegen", version = "0.14.0", default-features
|
||||
cranelift-module = { path = "../module", version = "0.14.0", default-features = false }
|
||||
cranelift-native = { path = "../native", version = "0.14.0", default-features = false }
|
||||
region = "0.3.0"
|
||||
libc = { version = "0.2.40", default-features = false }
|
||||
errno = "0.2.3"
|
||||
target-lexicon = { version = "0.0.2", default-features = false }
|
||||
libc = { version = "0.2.42", default-features = false }
|
||||
errno = "0.2.4"
|
||||
target-lexicon = { version = "0.0.3", default-features = false }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version = "0.3", features = ["winbase", "memoryapi"] }
|
||||
|
||||
Reference in New Issue
Block a user