commit e699e18a22dedbc243a193dcfb7cac0c974000cb
parent 5a5e04aab32b4096e653cb77d7aeaeb893d43c91
Author: William Casarin <jb55@jb55.com>
Date: Wed, 4 Feb 2026 17:58:41 -0800
nostrdb: fix algo feeds
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=fab35ea1b86b698cced00d921dc7c7348a27b501#fab35ea1b86b698cced00d921dc7c7348a27b501"
+source = "git+https://github.com/damus-io/nostrdb-rs?rev=57bd13718e2ac244e421047242af1e9069ca19ea#57bd13718e2ac244e421047242af1e9069ca19ea"
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 = "fab35ea1b86b698cced00d921dc7c7348a27b501" }
+nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "57bd13718e2ac244e421047242af1e9069ca19ea" }
#nostrdb = "0.6.1"
notedeck = { path = "crates/notedeck" }
notedeck_chrome = { path = "crates/notedeck_chrome" }