vanityaddr: Remove "util" feature from darkfi dependency.

This commit is contained in:
parazyd
2022-03-18 22:31:27 +01:00
parent bcd5fed5f0
commit 33b732516b
2 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ edition = "2021"
bs58 = "0.4.0"
clap = {version = "3.1.6", features = ["derive"]}
ctrlc = "3.2.0"
darkfi = {path = "../../", features = ["crypto", "util"]}
darkfi = {path = "../../", features = ["crypto"]}
indicatif = "0.16.2"
num_cpus = "1.13.1"
rand = "0.8.5"