Update honggfuzz to 0.5.9.

This commit is contained in:
Sergey Pepyakin 2018-03-22 16:03:19 +03:00
parent 3ace65501c
commit 21e4d28949
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
[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"