mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
@@ -27,10 +27,10 @@ wasmtime = { version = "8.0.1", default-features = false, features = [
|
||||
"pooling-allocator"
|
||||
] }
|
||||
anyhow = "1.0.68"
|
||||
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
|
||||
sc-executor-common = { version = "0.10.0-dev", path = "../common" }
|
||||
sp-runtime-interface = { version = "17.0.0", path = "../../../primitives/runtime-interface" }
|
||||
sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface", features = ["wasmtime"] }
|
||||
sc-allocator = { path = "../../allocator" }
|
||||
sc-executor-common = { path = "../common" }
|
||||
sp-runtime-interface = { path = "../../../primitives/runtime-interface" }
|
||||
sp-wasm-interface = { path = "../../../primitives/wasm-interface", features = ["wasmtime"] }
|
||||
|
||||
# Here we include the rustix crate in the exactly same semver-compatible version as used by
|
||||
# wasmtime and enable its 'use-libc' flag.
|
||||
@@ -42,8 +42,8 @@ rustix = { version = "0.36.7", default-features = false, features = ["std", "mm"
|
||||
|
||||
[dev-dependencies]
|
||||
wat = "1.0"
|
||||
sc-runtime-test = { version = "2.0.0", path = "../runtime-test" }
|
||||
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
|
||||
sc-runtime-test = { path = "../runtime-test" }
|
||||
sp-io = { path = "../../../primitives/io" }
|
||||
tempfile = "3.3.0"
|
||||
paste = "1.0"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
|
||||
Reference in New Issue
Block a user