From e4beb954db534c7b07bfde466476fc9b01b51c4c Mon Sep 17 00:00:00 2001 From: kernelkind Date: Thu, 3 Jul 2025 20:06:35 -0400 Subject: [PATCH] bump nostrdb Signed-off-by: kernelkind --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f31fb78..ef6b691 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3267,8 +3267,8 @@ dependencies = [ [[package]] name = "nostrdb" -version = "0.6.1" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=3e87e504090b8cc153474e584a1ecd4618441099#3e87e504090b8cc153474e584a1ecd4618441099" +version = "0.7.0" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=15ae7f88cf9aa2d1e58dd622dbcccffb77fe51eb#15ae7f88cf9aa2d1e58dd622dbcccffb77fe51eb" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 7a06b7d..10348c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ log = "0.4.17" nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] } nwc = "0.39.0" mio = { version = "1.0.3", features = ["os-poll", "net"] } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "3e87e504090b8cc153474e584a1ecd4618441099" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "15ae7f88cf9aa2d1e58dd622dbcccffb77fe51eb" } #nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }