deps: switch to windows nostrdb-rs

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-11-27 11:10:53 -08:00
parent 38fc39e275
commit a1d8adfff3
3 changed files with 11 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ serde_derive = "1"
serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence
serde_json = "1.0.89"
nostr = { version = "0.30.0" }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "9bbafd8a2e904b77a51e7cfca71eb5bb5650e829" }
nostrdb = { workspace = true }
hex = "0.4.3"
tracing = "0.1.40"
env_logger = "0.11.1"