Bump wasm-smith dependency

Brings in a fix for limiting the length of import strings generated.
This commit is contained in:
Alex Crichton
2020-08-29 10:51:51 -07:00
parent f1a5e55b98
commit e12499c9ae
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ target-lexicon = "0.10"
peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true }
wasmtime = { path = "../crates/wasmtime" }
wasmtime-fuzzing = { path = "../crates/fuzzing" }
wasm-smith = "0.1.2"
wasm-smith = "0.1.3"
[[bin]]
name = "compile"