Forráskód Böngészése

Cargo.toml: moved deps to correct feature

skoupidi 8 hónapja
szülő
commit
041b637ff8
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Cargo.toml

+ 2 - 2
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",