build: update everything to target-lexicon 0.9;

This commit is contained in:
m4b
2019-11-05 21:33:30 -08:00
committed by Benjamin Bouvier
parent 16441ed70a
commit d5fb482524
10 changed files with 12 additions and 12 deletions

View File

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