notedeck

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

commit f3d7f105cf473c44bdf6ef183864f2e359d91640
parent 42d68c115eddec9be86553c8d69df8e7afd9d613
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 22 Jan 2026 20:32:48 -0800

nostrdb: fix windows build

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

diff --git a/Cargo.lock b/Cargo.lock @@ -3844,8 +3844,9 @@ dependencies = [ [[package]] name = "nostrdb" -version = "0.8.0" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=8148dd3cea9bc8ff0bc510c720d0c51f327a0a1a#8148dd3cea9bc8ff0bc510c720d0c51f327a0a1a" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05b2685d093dca579807150b6fafab4dcb974fc6e31017d273ae32d42795d41b" dependencies = [ "bindgen 0.69.5", "cc", diff --git a/Cargo.toml b/Cargo.toml @@ -59,7 +59,7 @@ md5 = "0.7.0" nostr = { version = "0.37.0", default-features = false, features = ["std", "nip44", "nip49"] } nwc = "0.39.0" mio = { version = "1.0.3", features = ["os-poll", "net"] } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "8148dd3cea9bc8ff0bc510c720d0c51f327a0a1a" } +nostrdb = "0.9.0" #nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }