From 8e6b277e349a442abffc4ec024dc20c3c26d40fb Mon Sep 17 00:00:00 2001 From: Niklas Date: Fri, 3 Dec 2021 12:35:15 +0100 Subject: [PATCH] client: add missing features --- client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 9d2d1c7b37..5d419cb0d5 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -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"] }