commit 44c7dac1eefa8a2f0316d3200f19648db00b0ea7
parent fbbca8390ea2237eecb5f0d9310038b6d72dc3e9
Author: William Casarin <jb55@jb55.com>
Date: Thu, 15 Jan 2026 18:46:20 -0800
dashboard: faster reports via table scan query plan
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -3845,7 +3845,7 @@ dependencies = [
[[package]]
name = "nostrdb"
version = "0.8.0"
-source = "git+https://github.com/damus-io/nostrdb-rs?rev=04702963cd9fc985976005743f06310c619428b1#04702963cd9fc985976005743f06310c619428b1"
+source = "git+https://github.com/damus-io/nostrdb-rs?rev=fab35ea1b86b698cced00d921dc7c7348a27b501#fab35ea1b86b698cced00d921dc7c7348a27b501"
dependencies = [
"bindgen 0.69.5",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
@@ -55,7 +55,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 = "04702963cd9fc985976005743f06310c619428b1" }
+nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "fab35ea1b86b698cced00d921dc7c7348a27b501" }
#nostrdb = "0.6.1"
notedeck = { path = "crates/notedeck" }
notedeck_chrome = { path = "crates/notedeck_chrome" }