From c56ecd358aede81e034801478387619a8f4ce475 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Wed, 25 Dec 2024 16:55:32 -0500 Subject: [PATCH] cargo hack fix --- rpc/types/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpc/types/Cargo.toml b/rpc/types/Cargo.toml index 4d721e9..98a2791 100644 --- a/rpc/types/Cargo.toml +++ b/rpc/types/Cargo.toml @@ -16,7 +16,6 @@ from = [ "dep:cuprate-helper", "cuprate-helper/map", "cuprate-helper/fmt", - "cuprate-types/rpc", "dep:cuprate-p2p-core", "dep:hex" ] @@ -25,7 +24,7 @@ from = [ cuprate-fixed-bytes = { workspace = true } cuprate-hex = { workspace = true } cuprate-epee-encoding = { workspace = true, optional = true } -cuprate-types = { workspace = true, default-features = false } +cuprate-types = { workspace = true, default-features = false, features = ["rpc", "json"] } cuprate-helper = { workspace = true, optional = true, default-features = false } cuprate-p2p-core = { workspace = true, optional = true, default-features = false }