mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Update wasmtime to (almost) lastest master (#6662)
* update wasmtime to (almost) lastest master * bump lock * bump once more
This commit is contained in:
@@ -21,11 +21,12 @@ sp-wasm-interface = { version = "2.0.0-rc5", path = "../../../primitives/wasm-in
|
||||
sp-runtime-interface = { version = "2.0.0-rc5", path = "../../../primitives/runtime-interface" }
|
||||
sp-core = { version = "2.0.0-rc5", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-rc5", path = "../../../primitives/allocator" }
|
||||
wasmtime = { package = "substrate-wasmtime", version = "0.16.0-threadsafe.4" }
|
||||
wasmtime-runtime = { package = "substrate-wasmtime-runtime", version = "0.16.0-threadsafe.4" }
|
||||
wasmtime-environ = "0.16"
|
||||
cranelift-wasm = "0.63"
|
||||
cranelift-codegen = "0.63"
|
||||
wasmtime = { package = "substrate-wasmtime", git = "https://github.com/paritytech/wasmtime", branch = "update-upstream" }
|
||||
wasmtime-runtime = { git = "https://github.com/paritytech/wasmtime", branch = "update-upstream" }
|
||||
wasmtime-environ = { git = "https://github.com/paritytech/wasmtime", branch = "update-upstream" }
|
||||
cranelift-wasm = { git = "https://github.com/paritytech/wasmtime", branch = "update-upstream" }
|
||||
cranelift-codegen = { git = "https://github.com/paritytech/wasmtime", branch = "update-upstream" }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user