Bump test dependencies

This commit is contained in:
Rerumu 2022-06-26 03:50:11 -04:00
parent 201f0b286f
commit 901b062a41

View File

@ -9,14 +9,14 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4.0"
wasm-smith = "0.8.0"
wasm-smith = "0.11.0"
wasm-ast = { path = "../wasm-ast" }
codegen-luajit = { path = "../codegen/luajit" }
codegen-luau = { path = "../codegen/luau" }
[dev-dependencies]
test-generator = "0.3.0"
wast = "41.0.0"
wast = "42.0.0"
[[bin]]
name = "luajit_translate"