mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
@@ -15,22 +15,22 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
bytes = { version = "1.1.0", default-features = false }
|
||||
sp-wasm-interface = { version = "14.0.0", path = "../wasm-interface", default-features = false }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-tracing = { version = "10.0.0", default-features = false, path = "../tracing" }
|
||||
sp-runtime-interface-proc-macro = { version = "11.0.0", path = "proc-macro" }
|
||||
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
|
||||
sp-wasm-interface = { path = "../wasm-interface", default-features = false }
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
sp-tracing = { path = "../tracing", default-features = false}
|
||||
sp-runtime-interface-proc-macro = { path = "proc-macro" }
|
||||
sp-externalities = { path = "../externalities", default-features = false}
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["bytes"] }
|
||||
static_assertions = "1.0.0"
|
||||
primitive-types = { version = "0.12.0", default-features = false }
|
||||
sp-storage = { version = "13.0.0", default-features = false, path = "../storage" }
|
||||
sp-storage = { path = "../storage", default-features = false}
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-runtime-interface-test-wasm = { version = "2.0.0", path = "test-wasm" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../state-machine" }
|
||||
sp-core = { version = "21.0.0", path = "../core" }
|
||||
sp-io = { version = "23.0.0", path = "../io" }
|
||||
sp-runtime-interface-test-wasm = { path = "test-wasm" }
|
||||
sp-state-machine = { path = "../state-machine" }
|
||||
sp-core = { path = "../core" }
|
||||
sp-io = { path = "../io" }
|
||||
rustversion = "1.0.6"
|
||||
trybuild = "1.0.74"
|
||||
|
||||
|
||||
@@ -13,12 +13,12 @@ publish = false
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../io" }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../" }
|
||||
sp-core = { path = "../../core", default-features = false}
|
||||
sp-io = { path = "../../io", default-features = false}
|
||||
sp-runtime-interface = { path = "..", default-features = false}
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true }
|
||||
substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -14,13 +14,13 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
bytes = { version = "1.1.0", default-features = false }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../io" }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
sp-core = { path = "../../core", default-features = false}
|
||||
sp-io = { path = "../../io", default-features = false}
|
||||
sp-runtime-interface = { path = "..", default-features = false}
|
||||
sp-std = { path = "../../std", default-features = false}
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true }
|
||||
substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -14,11 +14,11 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
tracing = "0.1.29"
|
||||
tracing-core = "0.1.28"
|
||||
sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" }
|
||||
sc-executor-common = { version = "0.10.0-dev", path = "../../../client/executor/common" }
|
||||
sp-io = { version = "23.0.0", path = "../../io" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../runtime" }
|
||||
sp-runtime-interface = { version = "17.0.0", path = "../" }
|
||||
sp-runtime-interface-test-wasm = { version = "2.0.0", path = "../test-wasm" }
|
||||
sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0", path = "../test-wasm-deprecated" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../state-machine" }
|
||||
sc-executor = { path = "../../../client/executor" }
|
||||
sc-executor-common = { path = "../../../client/executor/common" }
|
||||
sp-io = { path = "../../io" }
|
||||
sp-runtime = { path = "../../runtime" }
|
||||
sp-runtime-interface = { path = ".." }
|
||||
sp-runtime-interface-test-wasm = { path = "../test-wasm" }
|
||||
sp-runtime-interface-test-wasm-deprecated = { path = "../test-wasm-deprecated" }
|
||||
sp-state-machine = { path = "../../state-machine" }
|
||||
|
||||
Reference in New Issue
Block a user