mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
Fix compilation of sp-authorship (#4337)
This commit is contained in:
committed by
Gavin Wood
parent
e5b6935c2a
commit
a868fcbbbf
@@ -6,15 +6,16 @@ description = "Authorship primitives"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-inherents = { package = "sp-inherents", path = "../inherents", default-features = false }
|
||||
sr-primitives = { package = "sp-runtime", path = "../sr-primitives", default-features = false }
|
||||
sp-inherents = { path = "../inherents", default-features = false }
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
rstd = { package = "sp-std", path = "../sr-std", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [
|
||||
"codec/std",
|
||||
"rstd/std",
|
||||
"sp-inherents/std",
|
||||
"codec/std",
|
||||
"rstd/std",
|
||||
"sp-inherents/std",
|
||||
"sp-runtime/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user