From 041b637ff8eed581312a85918acb52c782cb20a7 Mon Sep 17 00:00:00 2001 From: skoupidi Date: Wed, 19 Nov 2025 10:30:41 +0200 Subject: [PATCH] Cargo.toml: moved deps to correct feature --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8ebd1bea..dc793a729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,6 +161,8 @@ blockchain = [ "sled-overlay/serial", "monero", "num-bigint", + "primitive-types", + "sha2", "tiny-keccak", "darkfi-serial/num-bigint", @@ -174,10 +176,8 @@ validator = [ "hex", "lazy_static", "monero", - "primitive-types", "randomx", "smol", - "sha2", "blockchain", "system",