Update faerie to 0.12 to finish the target-lexicon update story.

This commit is contained in:
Dan Gohman
2019-11-06 17:00:00 -08:00
parent c46d6b7269
commit 325e973474
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ wasmtime-wasi-c = { path = "wasmtime-wasi-c", optional = true }
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "37ce4ba"}
docopt = "1.0.1"
serde = { "version" = "1.0.94", features = ["derive"] }
faerie = "0.11.0"
faerie = "0.12.0"
anyhow = "1.0.19"
target-lexicon = { version = "0.9.0", default-features = false }
pretty_env_logger = "0.3.0"