mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Bring runtime API up to date with Substrate master (#17)
* Fixups for 646 * Fixes for API * For for #678 * Fix runtime * Update and build * Tests build * Fix tests
This commit is contained in:
committed by
Arkadiy Paronyan
parent
17ede5b8a0
commit
84748fccd3
@@ -6,11 +6,11 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
[dependencies]
|
||||
serde = { version = "1.0", default_features = false }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
substrate-codec-derive = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
parity-codec = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
parity-codec-derive = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
sr-std = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
sr-primitives = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-serializer = { git = "https://github.com/paritytech/substrate" }
|
||||
@@ -19,10 +19,10 @@ pretty_assertions = "0.4"
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"substrate-codec/std",
|
||||
"parity-codec/std",
|
||||
"substrate-primitives/std",
|
||||
"substrate-runtime-std/std",
|
||||
"substrate-runtime-primitives/std",
|
||||
"sr-std/std",
|
||||
"sr-primitives/std",
|
||||
"serde_derive",
|
||||
"serde/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user