Update target-lexicon to 0.4.0;

This commit is contained in:
Benjamin Bouvier
2019-03-27 11:31:57 +01:00
committed by Dan Gohman
parent cd8a42e01f
commit e6249b541d
9 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ cranelift-native = { path = "../cranelift-native", version = "0.30.0" }
region = "2.0.0"
libc = { version = "0.2.42" }
errno = "0.2.4"
target-lexicon = { version = "0.3.0" }
target-lexicon = { version = "0.4.0" }
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["winbase", "memoryapi"] }