mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
v0.5.0 release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user