Update dependencies (#30)
* dev-test: update dependencies * update wasmparser: 0.99.0 -> 0.101.1 Remove `i64` generation fix for elements as they only contain `reftype` and not `i64` * update wasmparser: 0.101.1 -> 0.103.0 See <https://github.com/bytecodealliance/wasm-tools/pull/957> for more information * update wasmparser: 0.103.0 -> 0.106.0 * update wasmparser: 0.106.0 -> 0.107.0
This commit is contained in:
+4
-4
@@ -8,15 +8,15 @@ publish = false
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
libfuzzer-sys = "0.4.0"
|
||||
wasm-smith = "0.12.0"
|
||||
libfuzzer-sys = "0.4.6"
|
||||
wasm-smith = "0.12.10"
|
||||
wasm-ast = { path = "../wasm-ast" }
|
||||
codegen-luajit = { path = "../codegen/luajit" }
|
||||
codegen-luau = { path = "../codegen/luau" }
|
||||
|
||||
[dev-dependencies]
|
||||
test-generator = "0.3.0"
|
||||
wast = "52.0.2"
|
||||
test-generator = "0.3.1"
|
||||
wast = "60.0.0"
|
||||
|
||||
[[bin]]
|
||||
name = "luajit_translate"
|
||||
|
||||
Reference in New Issue
Block a user