notedeck

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

commit 4260d3e9dab8e26147c8dcc37efb1bf78a73f033
parent 2a2c1773009c08276752ad9c3314bea2163cabe8
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 15 Apr 2025 08:53:30 -0700

nostrdb: fix on windows

had this on an older version for some reason

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

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