notedeck

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

commit 499bac5ca48ff0f9c6481099f862090852fea70f
parent 3cc46b8a7d20672c130fe931c8919a23399ae14a
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 23 Mar 2025 18:48:04 -0700

fix again

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

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