Update target-lexicon to 0.10

This commit is contained in:
Philip Craig
2019-12-30 19:31:47 +10:00
committed by Benjamin Bouvier
parent 04d233301c
commit 43f1e05156
12 changed files with 24 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ cranelift-native = { path = "../cranelift-native", version = "0.52.0" }
region = "2.0.0"
libc = { version = "0.2.42" }
errno = "0.2.4"
target-lexicon = "0.9"
target-lexicon = "0.10"
memmap = { version = "0.7.0", optional = true }
[dependencies.cranelift-codegen]