sp-transaction-pool-api: make default std, remove unused sp-core dependency (#4335)

* transaction-pool-api: use primitives/std

* transaction-pool-api: make primitives default-features = false

* transaction-pool-api: make default feature std

* transaction-pool-api: remove redundant primitives dependency
This commit is contained in:
Andrew Jones
2019-12-09 17:47:57 +00:00
committed by Bastian Köcher
parent 697b480bac
commit f1b8ee4e6e
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -6437,7 +6437,6 @@ dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
"sp-core 2.0.0",
"sp-runtime 2.0.0",
]