mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
relayers pallet - small changes (#1547)
Signed-off-by: Serban Iorga <serban@parity.io> Signed-off-by: Serban Iorga <serban@parity.io>
This commit is contained in:
committed by
Bastian Köcher
parent
e0b42dfae7
commit
5cc874e7b8
@@ -8,15 +8,9 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
|
||||
[dependencies]
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
#bp-runtime = { path = "../runtime", default-features = false }
|
||||
|
||||
# Substrate Dependencies
|
||||
|
||||
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
#frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
#sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
|
||||
@@ -27,12 +21,7 @@ hex-literal = "0.3"
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
# "bp-runtime/std",
|
||||
"frame-support/std",
|
||||
# "frame-system/std",
|
||||
# "scale-info/std",
|
||||
# "serde",
|
||||
# "sp-core/std",
|
||||
"sp-runtime/std",
|
||||
"sp-std/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user