v0.5.0 release

This commit is contained in:
parazyd
2025-06-06 13:50:10 +02:00
parent beb8f02c9b
commit 2e2de47c69
29 changed files with 50 additions and 49 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
darkfi = {path = "../../../", features = ["validator"]}
darkfi-sdk = {path = "../../../src/sdk"}
darkfi-serial = {version = "0.4.2", features = ["crypto"]}
darkfi-serial = {version = "0.5.0", features = ["crypto"]}
darkfi_dao_contract = {path = "../dao", features = ["client", "no-entrypoint"]}
darkfi_money_contract = {path = "../money", features = ["client", "no-entrypoint"]}
@@ -19,7 +19,7 @@ blake3 = "1.8.2"
log = "0.4.27"
rand = "0.8.5"
simplelog = "0.12.2"
sled-overlay = "0.1.8"
sled-overlay = "0.1.9"
[lints]
workspace = true