Remove inherent in pallet-babe (#8124)

This commit is contained in:
Guillaume Thiolliere
2021-02-16 19:03:59 +01:00
committed by GitHub
parent f49aae65a8
commit f35a27cca0
10 changed files with 66 additions and 57 deletions
-2
View File
@@ -24,7 +24,6 @@ serde = { version = "1.0.101", optional = true }
sp-application-crypto = { version = "3.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-consensus-babe = { version = "0.9.0", default-features = false, path = "../../primitives/consensus/babe" }
sp-consensus-vrf = { version = "0.9.0", default-features = false, path = "../../primitives/consensus/vrf" }
sp-inherents = { version = "3.0.0", default-features = false, path = "../../primitives/inherents" }
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
sp-session = { version = "3.0.0", default-features = false, path = "../../primitives/session" }
@@ -54,7 +53,6 @@ std = [
"sp-application-crypto/std",
"sp-consensus-babe/std",
"sp-consensus-vrf/std",
"sp-inherents/std",
"sp-io/std",
"sp-runtime/std",
"sp-session/std",