Remove unused dependencies (#14464)

This commit is contained in:
Sebastian Kunert
2023-06-27 15:33:42 +02:00
committed by GitHub
parent 5d8774016c
commit ede49c7ae6
44 changed files with 0 additions and 201 deletions
@@ -23,7 +23,6 @@ sp-application-crypto = { version = "23.0.0", default-features = false, path = "
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../runtime-interface" }
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
thiserror = { version = "1.0", optional = true }
log = { version = "0.4.17", optional = true }
[features]
default = ["std"]
@@ -37,7 +36,6 @@ std = [
"sp-api/std",
"sp-application-crypto/std",
"thiserror",
"log",
]
serde = [
"scale-info/serde",