feat: upgrade to rust-nostr 0.32

This commit is contained in:
reya
2024-06-08 08:00:02 +07:00
parent 6996e30889
commit b396c8a695
4 changed files with 191 additions and 293 deletions

View File

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