mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 22:55:43 +00:00
Rename polkadot-primitives -> substrate-primitives.
This commit is contained in:
@@ -8,7 +8,7 @@ error-chain = "0.11"
|
||||
jsonrpc-core = { git="https://github.com/paritytech/jsonrpc.git" }
|
||||
jsonrpc-macros = { git="https://github.com/paritytech/jsonrpc.git" }
|
||||
polkadot-client = { path = "../client" }
|
||||
polkadot-primitives = { path = "../primitives" }
|
||||
substrate-primitives = { path = "../primitives" }
|
||||
polkadot-state-machine = { path = "../state-machine" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
extern crate jsonrpc_core as rpc;
|
||||
extern crate polkadot_client as client;
|
||||
extern crate polkadot_primitives as primitives;
|
||||
extern crate substrate_primitives as primitives;
|
||||
extern crate polkadot_state_machine as state_machine;
|
||||
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user