client: add missing features

This commit is contained in:
Niklas
2021-12-03 12:35:15 +01:00
parent fedf6bf7d5
commit 8e6b277e34
+2 -2
View File
@@ -24,8 +24,8 @@ serde_json = "1"
sc-client-db = { git = "https://github.com/paritytech/substrate.git", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" }
sc-network = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false }
sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false }
sc-network = { git = "https://github.com/paritytech/substrate.git", branch = "master" }
sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "master" }
tokio = { version = "1.10", features = ["rt-multi-thread"] }