mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 16:11:05 +00:00
backport #1278
This commit is contained in:
committed by
Ignacio Palacios
parent
45d338cb7c
commit
afb02cbb58
@@ -6,6 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] }
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
|
||||
# Substrate
|
||||
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.27" }
|
||||
@@ -37,4 +38,5 @@ std = [
|
||||
"polkadot-parachain/std",
|
||||
"polkadot-primitives/std",
|
||||
"cumulus-primitives-core/std",
|
||||
"xcm-executor/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user