From 81162a3d6e93db77e0fa3bedf38c13d526de5198 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 21 Mar 2024 14:31:38 +0100 Subject: [PATCH] nostrdb: bump to support timeline queries This version of nostrdb supports timeline queries, so we can use contact lists to query the timeline. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ad56dd..5fff19a 100644 --- 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"