wasmtime-cli, obj, debug: upgrade to faerie 0.15

eliminating the faerie 0.14 dep
This commit is contained in:
Pat Hickey
2020-03-13 15:30:39 -07:00
parent 2b87db3f55
commit 2f6172732f
5 changed files with 9 additions and 24 deletions

View File

@@ -33,7 +33,7 @@ wasmtime-wast = { path = "crates/wast" }
wasmtime-wasi = { path = "crates/wasi" }
wasi-common = { path = "crates/wasi-common" }
structopt = { version = "0.3.5", features = ["color", "suggestions"] }
faerie = "0.14.0"
faerie = "0.15.0"
anyhow = "1.0.19"
target-lexicon = { version = "0.10.0", default-features = false }
pretty_env_logger = "0.3.0"