lib: Hopefully final feature powerset fix

This commit is contained in:
parazyd
2023-08-29 18:26:36 +02:00
parent 96d35d5022
commit b72660860c
2 changed files with 3 additions and 4 deletions

View File

@@ -291,9 +291,8 @@ zk = [
"halo2_gadgets",
"rand",
"darkfi-sdk",
"darkfi-serial",
"async-serial",
"async-sdk",
"zkas",
]

View File

@@ -9,7 +9,7 @@ homepage = "https://dark.fi"
repository = "https://github.com/darkrenaissance/darkfi"
[dependencies]
darkfi = {path = "../../../", features = ["geode", "rpc"]}
darkfi = {path = "../../../", features = ["async-daemonize", "geode", "rpc"]}
darkfi-serial = {path = "../../../src/serial", features = ["hash"]}
# Misc