upgrade wasmtime to 0.24.0 (#8356)

This commit is contained in:
Andronik Ordian
2021-04-02 21:50:35 +02:00
committed by GitHub
parent 1468de6b3e
commit 161ca3aa27
2 changed files with 70 additions and 72 deletions
@@ -22,7 +22,7 @@ sp-wasm-interface = { version = "3.0.0", path = "../../../primitives/wasm-interf
sp-runtime-interface = { version = "3.0.0", path = "../../../primitives/runtime-interface" }
sp-core = { version = "3.0.0", path = "../../../primitives/core" }
sp-allocator = { version = "3.0.0", path = "../../../primitives/allocator" }
wasmtime = "0.22"
wasmtime = "0.24.0"
pwasm-utils = "0.14.0"
[dev-dependencies]