From eb980821555bf36a7cd72ce9ef27a9cd912847e0 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 14 Jul 2018 06:46:22 -0700 Subject: [PATCH] Update to faerie 0.4.3. This resolves conflicts when multiple versions of target-lexicon are used at the same time. --- lib/faerie/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faerie/Cargo.toml b/lib/faerie/Cargo.toml index 618163fe2d..9700bf3a6a 100644 --- a/lib/faerie/Cargo.toml +++ b/lib/faerie/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" [dependencies] cranelift-codegen = { path = "../codegen", version = "0.14.0" } cranelift-module = { path = "../module", version = "0.14.0" } -faerie = "0.4.2" +faerie = "0.4.3" goblin = "0.0.15" failure = "0.1.1" target-lexicon = "0.0.3"