grandpa: remove deprecated afg log target (#13064)

* grandpa: remove deprecated afg log target

* grandpa: define log targets in primitives
This commit is contained in:
André Silva
2023-01-05 12:33:08 +00:00
committed by GitHub
parent f2dcd9520c
commit 44768ae56a
5 changed files with 17 additions and 16 deletions
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
grandpa = { package = "finality-grandpa", version = "0.16.0", default-features = false, features = ["derive-codec"] }
log = { version = "0.4.17", optional = true }
log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"], optional = true }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
@@ -31,7 +31,7 @@ default = ["std"]
std = [
"codec/std",
"grandpa/std",
"log",
"log/std",
"scale-info/std",
"serde",
"sp-api/std",