Cargo.toml: replaced sled references with sled-overlay import

This commit is contained in:
skoupidi
2024-08-29 19:18:00 +03:00
parent 67604acf47
commit fdfc96a902
34 changed files with 38 additions and 559 deletions

View File

@@ -26,7 +26,7 @@ darkfi = { path = "../../../", features = [
darkfi-serial = { path = "../../../src/serial" }
# Event Graph DB
sled = "0.34.7"
sled-overlay = "0.1.3"
# Crypto
blake3 = "1.5.1"