feat: upgrade to rust nostr 0.30.0 and migrate to nostrdb

This commit is contained in:
2024-04-13 08:53:31 +07:00
parent a14aeaeb55
commit 89f577fbef
6 changed files with 283 additions and 277 deletions

View File

@@ -11,7 +11,7 @@ rust-version = "1.68"
tauri-build = { version = "2.0.0-beta", features = [] }
[dependencies]
nostr-sdk = { version = "0.29", features = ["sqlite"] }
nostr-sdk = { version = "0.30", features = ["ndb"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }