notedeck

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

commit b3256d77341b9048345dc1e8f89e30ae603a5e83
parent c055121e750b82e7a099b71ae8305b72b57680de
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 14 Dec 2025 06:50:11 -0800

nostrdb: fix double free on giftwrap relay strings

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 @@ -3845,7 +3845,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.8.0" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=78468aca8c263e50cae463743536d760239cc43d#78468aca8c263e50cae463743536d760239cc43d" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=a286376a8c00c8bea170cfd70901e055f6a1b39a#a286376a8c00c8bea170cfd70901e055f6a1b39a" dependencies = [ "bindgen 0.69.5", "cc", diff --git a/Cargo.toml b/Cargo.toml @@ -51,7 +51,7 @@ md5 = "0.7.0" 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 = "78468aca8c263e50cae463743536d760239cc43d" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "a286376a8c00c8bea170cfd70901e055f6a1b39a" } #nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }