mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Fix runtime paths.
This commit is contained in:
@@ -7,15 +7,21 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
|||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
substrate-codec = { path = "../../codec", default-features = false }
|
substrate-codec = { path = "../../../substrate/codec", default-features = false }
|
||||||
substrate-runtime-std = { path = "../../runtime-std", default-features = false }
|
substrate-runtime-std = { path = "../../../substrate/runtime-std", default-features = false }
|
||||||
substrate-runtime-io = { path = "../../runtime-io", default-features = false }
|
substrate-runtime-io = { path = "../../../substrate/runtime-io", default-features = false }
|
||||||
substrate-primitives = { path = "../../primitives", default-features = false }
|
substrate-primitives = { path = "../../../substrate/primitives", default-features = false }
|
||||||
polkadot-primitives = { path = "../../polkadot-primitives", default-features = false }
|
polkadot-primitives = { path = "../../primitives", default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
std = ["substrate-codec/std", "substrate-runtime-io/std", "substrate-runtime-std/std", "substrate-primitives/std", "polkadot-primitives/std"]
|
std = [
|
||||||
|
"substrate-codec/std",
|
||||||
|
"substrate-runtime-io/std",
|
||||||
|
"substrate-runtime-std/std",
|
||||||
|
"substrate-primitives/std",
|
||||||
|
"polkadot-primitives/std"
|
||||||
|
]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user