From df80c15877e8b1f10c339b746b8a071b7ba14a00 Mon Sep 17 00:00:00 2001 From: Quantum Explorer Date: Tue, 8 Oct 2024 14:58:21 +0700 Subject: [PATCH] fix --- packages/rs-dapi-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rs-dapi-client/Cargo.toml b/packages/rs-dapi-client/Cargo.toml index c50332feb41..164a98498df 100644 --- a/packages/rs-dapi-client/Cargo.toml +++ b/packages/rs-dapi-client/Cargo.toml @@ -20,7 +20,7 @@ offline-testing = [] [dependencies] backon = "0.5" -dapi-grpc = { path = "../dapi-grpc", features = ["client"], default-features = false } +dapi-grpc = { path = "../dapi-grpc", features = ["core", "platform", "client"], default-features = false } futures = "0.3.28" http-serde = { version = "2.1", optional = true } rand = { version = "0.8.5", features = ["small_rng"] }