chore: Update crate deps and freeze RandomX git rev

This commit is contained in:
parazyd
2025-05-21 15:01:54 +02:00
parent c682887f7e
commit 46d815ace0
19 changed files with 294 additions and 190 deletions

View File

@@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
arg = {git = "https://github.com/parazyd/arg"}
bs58 = "0.5.1"
ctrlc = "3.4.6"
ctrlc = "3.4.7"
darkfi = {path = "../../", features = ["util"]}
darkfi-sdk = {path = "../../src/sdk"}
darkfi_money_contract = {path = "../../src/contract/money", features = ["no-entrypoint", "client"]}