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

@@ -17,7 +17,7 @@ cranelift-codegen-shared = { path = "./shared", version = "0.52.0" }
cranelift-entity = { path = "../cranelift-entity", version = "0.52.0" }
cranelift-bforest = { path = "../cranelift-bforest", version = "0.52.0" }
hashbrown = { version = "0.6", optional = true }
target-lexicon = "0.9"
target-lexicon = "0.10"
log = { version = "0.4.6", default-features = false }
serde = { version = "1.0.94", features = ["derive"], optional = true }
smallvec = { version = "1.0.0" }