notedeck

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

commit e92e78126f6d6148979daee23db058c58d0d99f1
parent 1953496019908c5ab25988348c518f82d004ed4b
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  7 Mar 2025 13:59:34 -0800

windows: fix build due to outdated nostrdb-rs bindings

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -31,7 +31,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 = "e6b7ba82a2278ec92c6ecd507082c03c0a20842c" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "3877ca6eeb65cedc8005de249cc4466d505b9d92" } #nostrdb = "0.5.2" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }