mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
* Fixups for new Convert APIs
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -14,6 +14,7 @@ log = { version = "0.4.18", default-features = false }
|
||||
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
|
||||
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
|
||||
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
|
||||
|
||||
# Polkadot
|
||||
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
|
||||
@@ -38,6 +39,7 @@ std = [
|
||||
"cumulus-primitives-core/std",
|
||||
"sp-api/std",
|
||||
"sp-std/std",
|
||||
"sp-runtime/std",
|
||||
"pallet-xcm/std",
|
||||
"xcm/std",
|
||||
"xcm-builder/std",
|
||||
|
||||
Reference in New Issue
Block a user