notedeck

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

commit 81162a3d6e93db77e0fa3bedf38c13d526de5198
parent 9ebbaf40e5c25519b5a53ad0f15714c1fa21d519
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 21 Mar 2024 14:31:38 +0100

nostrdb: bump to support timeline queries

This version of nostrdb supports timeline queries, so we can use
contact lists to query the timeline.

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

diff --git a/Cargo.toml b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1.0.89" env_logger = "0.10.0" puffin_egui = { version = "0.26.0", optional = true } puffin = { version = "0.19.0", optional = true } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "750539d0b71ed81ec626e4670eccf34950ad2942" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "2675e7244554e40c9ee10d82b42bc647fef4c17d" } hex = "0.4.3" base32 = "0.4.0"