mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
Update wasmi requirement to 0.3
Updates the requirements on [wasmi](https://github.com/paritytech/wasmi) to permit the latest version. - [Release notes](https://github.com/paritytech/wasmi/releases) - [Commits](https://github.com/paritytech/wasmi/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
175319c1e0
commit
178375a51b
@ -20,4 +20,4 @@ serde_json = "1.0"
|
||||
tempfile = "3.0"
|
||||
wasm-bindgen-shared = { path = "../shared", version = '=0.2.11' }
|
||||
wasm-gc-api = "0.1"
|
||||
wasmi = "0.2"
|
||||
wasmi = "0.3"
|
||||
|
Loading…
Reference in New Issue
Block a user