Fix hw1 fuzzer again

This commit is contained in:
Jeehoon Kang
2020-03-28 18:29:04 +09:00
parent 938390821f
commit 2a5a5e71ed
21 changed files with 500 additions and 110 deletions

View File

@@ -25,7 +25,7 @@ path = "bin/fuzz.rs"
[dependencies]
clap = { version = "2.33.0", features = ["yaml"] }
lang-c = "0.7.0"
itertools = "0.8"
failure = "0.1.6"
lang-c = "0.8.0"
itertools = "0.9.0"
failure = "0.1.7"
tempfile = "3.1.0"