From 2ac0ceda14322425352c6d324ec914ab1c288cf0 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 21 Feb 2019 20:28:15 -0800 Subject: [PATCH] Update to faerie 0.7.1. --- Cargo.toml | 2 +- lib/obj/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4803654a84..49b2a23df0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ wasmtime-wast = { path = "lib/wast" } docopt = "1.0.1" serde = "1.0.75" serde_derive = "1.0.75" -faerie = "0.6.0" +faerie = "0.7.1" target-lexicon = { version = "0.2.0", default-features = false } pretty_env_logger = "0.3.0" file-per-thread-logger = "0.1.1" diff --git a/lib/obj/Cargo.toml b/lib/obj/Cargo.toml index 6cba2e9c68..0e073d4294 100644 --- a/lib/obj/Cargo.toml +++ b/lib/obj/Cargo.toml @@ -15,4 +15,4 @@ edition = "2018" cranelift-codegen = "0.28.0" cranelift-entity = "0.28.0" wasmtime-environ = { path = "../environ" } -faerie = "0.6.0" +faerie = "0.7.1"