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

@@ -11,7 +11,7 @@ edition = "2021"
# Darkfi
darkfi = {path = "../../../", features = ["async-daemonize", "validator", "rpc"]}
darkfi-sdk = {path = "../../../src/sdk"}
darkfi-serial = "0.4.2"
darkfi-serial = "0.5.0"
# JSON-RPC
async-trait = "0.1.88"
@@ -31,7 +31,7 @@ structopt = "0.3.26"
structopt-toml = "0.5.1"
# Database
sled-overlay = "0.1.8"
sled-overlay = "0.1.9"
# Misc
blake3 = "1.8.2"