From 46beddecde1a735f4d56726a09bf5b93872fa886 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 21 Sep 2018 20:57:40 -0700 Subject: [PATCH] Update to capstone 0.5.0. --- cranelift/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index 4ae89e3e35..4488566448 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -30,7 +30,7 @@ filecheck = "0.3.0" clap = "2.32.0" serde = "1.0.8" term = "0.5.1" -capstone = { version = "0.4", optional = true } +capstone = { version = "0.5.0", optional = true } wabt = { version = "0.5", optional = true } target-lexicon = "0.0.3" pretty_env_logger = "0.2.4"