From 63f8790380d73ffc937d33303dbf746e8db3d1b7 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 7 Mar 2025 14:06:07 -0800 Subject: [PATCH] FIX BUILD YET AGAIN because i'm retarded Signed-off-by: William Casarin --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 508840c8..a52f3c2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2726,7 +2726,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.5.1" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=e6b7ba82a2278ec92c6ecd507082c03c0a20842c#e6b7ba82a2278ec92c6ecd507082c03c0a20842c" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=413d7f7e52937774cfc3a0356c8a7788437eecf8#413d7f7e52937774cfc3a0356c8a7788437eecf8" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index bca3e828..9d4a1f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ indexmap = "2.6.0" log = "0.4.17" nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] } mio = { version = "1.0.3", features = ["os-poll", "net"] } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "3877ca6eeb65cedc8005de249cc4466d505b9d92" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "413d7f7e52937774cfc3a0356c8a7788437eecf8" } #nostrdb = "0.5.2" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }