From 21e4d28949472a0715285a72bc1a9503ed6a12e5 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Thu, 22 Mar 2018 16:03:19 +0300 Subject: [PATCH] Update honggfuzz to 0.5.9. --- hfuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hfuzz/Cargo.toml b/hfuzz/Cargo.toml index 8226f93..473364f 100644 --- a/hfuzz/Cargo.toml +++ b/hfuzz/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Sergey Pepyakin "] [dependencies] -honggfuzz = "0.5" +honggfuzz = "=0.5.9" # Strict equal since hfuzz requires dep and cmd versions to match. wasmi = { path = ".." } tempdir = "0.3.6" wabt = "0.2.0"