notedeck

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

commit df786050515250bbe0b11014623f133bef3f9131
parent 217c1e52239b4625c88e7427bcbeb05ab3437558
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 11 Jul 2025 12:53:01 -0700

nostrdb: update for windows and memleak fixes

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

diff --git a/Cargo.lock b/Cargo.lock @@ -3267,8 +3267,8 @@ dependencies = [ [[package]] name = "nostrdb" -version = "0.6.1" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=3e87e504090b8cc153474e584a1ecd4618441099#3e87e504090b8cc153474e584a1ecd4618441099" +version = "0.7.0" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=ee7287a897fc229fa2ef060e2358a7ba258a4a6d#ee7287a897fc229fa2ef060e2358a7ba258a4a6d" 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 = "3e87e504090b8cc153474e584a1ecd4618441099" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "ee7287a897fc229fa2ef060e2358a7ba258a4a6d" } #nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }