Update faerie to 0.9.1

This commit is contained in:
bjorn3
2019-03-07 19:02:24 +01:00
committed by Benjamin Bouvier
parent 34aba7fe66
commit 75312a6456
9 changed files with 10 additions and 10 deletions

View File

@@ -12,10 +12,10 @@ edition = "2018"
[dependencies]
cranelift-codegen = { path = "../cranelift-codegen", version = "0.29.0" }
cranelift-module = { path = "../cranelift-module", version = "0.29.0" }
faerie = "0.8.0"
faerie = "0.9.1"
goblin = "0.0.21"
failure = "0.1.2"
target-lexicon = "0.2.0"
target-lexicon = "0.3.0"
[badges]
maintenance = { status = "experimental" }