Update dependency versions.

This commit is contained in:
Dan Gohman
2018-07-13 16:31:20 -07:00
parent f833d25ad1
commit 8930cb1b5d
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.14.0", default-features = false }
target-lexicon = { version = "0.0.2", default-features = false }
target-lexicon = { version = "0.0.3", default-features = false }
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
# Due to https://github.com/gz/rust-cpuid/issues/27, stay at 3.x for now.