Bump test dependencies
This commit is contained in:
parent
201f0b286f
commit
901b062a41
@ -9,14 +9,14 @@ cargo-fuzz = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libfuzzer-sys = "0.4.0"
|
libfuzzer-sys = "0.4.0"
|
||||||
wasm-smith = "0.8.0"
|
wasm-smith = "0.11.0"
|
||||||
wasm-ast = { path = "../wasm-ast" }
|
wasm-ast = { path = "../wasm-ast" }
|
||||||
codegen-luajit = { path = "../codegen/luajit" }
|
codegen-luajit = { path = "../codegen/luajit" }
|
||||||
codegen-luau = { path = "../codegen/luau" }
|
codegen-luau = { path = "../codegen/luau" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-generator = "0.3.0"
|
test-generator = "0.3.0"
|
||||||
wast = "41.0.0"
|
wast = "42.0.0"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "luajit_translate"
|
name = "luajit_translate"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user