Wasynth/wasm-ast/Cargo.toml
wackbyte bbaa60e8c2
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
2023-06-26 17:19:12 -04:00

8 lines
103 B
TOML

[package]
name = "wasm-ast"
version = "0.12.0"
edition = "2021"
[dependencies]
wasmparser = "0.107.0"