Update wabt-rs version (#55)

This commit is contained in:
Sergey Pepyakin 2018-02-13 23:14:38 +03:00 committed by GitHub
parent e5056e7871
commit 93423d9393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cargo-fuzz = true
[dependencies]
wasmi = { path = ".." }
wabt = "0.1.7"
wabt = "0.2.1"
wasmparser = "0.14.1"
[dependencies.libfuzzer-sys]