notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit a0ac4b16ad3bbebc5ddfc5ef9ad3ed28e606941b
parent 48f17f91b85e9e0a353526481aff84a68a1920e2
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 24 Jun 2025 13:21:04 -0700

nostrdb: bump to v0.7.0

includes replay fix

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -3205,7 +3205,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.6.1" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=f0b8dcd69672d612d692acc9849df8695c7361de#f0b8dcd69672d612d692acc9849df8695c7361de" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=3e87e504090b8cc153474e584a1ecd4618441099#3e87e504090b8cc153474e584a1ecd4618441099" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml @@ -37,7 +37,7 @@ log = "0.4.17" nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] } nwc = "0.39.0" mio = { version = "1.0.3", features = ["os-poll", "net"] } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "f0b8dcd69672d612d692acc9849df8695c7361de" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "3e87e504090b8cc153474e584a1ecd4618441099" } #nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }