From 2a60d76bdc69bee43de98f82d43a342eca2fee94 Mon Sep 17 00:00:00 2001 From: Jef Date: Wed, 27 Mar 2019 15:20:17 +0100 Subject: [PATCH] Update to latest cranelift --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f716ee0d3..4cf849516d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ itertools = "0.8" capstone = "0.5.0" failure = "0.1.3" failure_derive = "0.1.3" -cranelift-codegen = "0.29" +cranelift-codegen = "0.30" multi_mut = "0.1" either = "1.5" wabt = "0.7"