mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Rename polkadot-serializer -> substrate-serializer
This commit is contained in:
@@ -5,13 +5,13 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.11"
|
||||
substrate-codec = { path = "../codec", version = "0.1" }
|
||||
polkadot-runtime-std = { path = "../runtime-std", version = "0.1" }
|
||||
substrate-primitives = { path = "../primitives", version = "0.1" }
|
||||
polkadot-serializer = { path = "../serializer", version = "0.1" }
|
||||
substrate-state-machine = { path = "../state-machine" , version = "0.1" }
|
||||
native-runtime = { path = "../native-runtime", version = "0.1" }
|
||||
ed25519 = { path = "../ed25519", version = "0.1" }
|
||||
substrate-codec = { path = "../codec" }
|
||||
polkadot-runtime-std = { path = "../runtime-std" }
|
||||
substrate-primitives = { path = "../primitives" }
|
||||
substrate-serializer = { path = "../serializer" }
|
||||
substrate-state-machine = { path = "../state-machine" }
|
||||
native-runtime = { path = "../native-runtime" }
|
||||
ed25519 = { path = "../ed25519" }
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
parity-wasm = "0.15.0"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
extern crate substrate_codec as codec;
|
||||
extern crate polkadot_runtime_std as runtime_std;
|
||||
extern crate substrate_primitives as primitives;
|
||||
extern crate polkadot_serializer as serializer;
|
||||
extern crate substrate_serializer as serializer;
|
||||
extern crate substrate_state_machine as state_machine;
|
||||
extern crate ed25519;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user