Skip to content

Commit

Permalink
upgrade wasmtime to 0.24.0 (paritytech#8356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored Apr 2, 2021
1 parent fb8b68f commit 14b3030
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 71 deletions.
138 changes: 68 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/executor/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 14b3030

Please sign in to comment.