diff --git a/Cargo.lock b/Cargo.lock index df64eff2..ee90441e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2708,7 +2708,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.6.1" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=796a1ce068193cead42202e102d34b677c014731#796a1ce068193cead42202e102d34b677c014731" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=0d28fab41e2b829c149086a2449dbda162318abb#0d28fab41e2b829c149086a2449dbda162318abb" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index ec7f7d44..ce705d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,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 = "796a1ce068193cead42202e102d34b677c014731" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "0d28fab41e2b829c149086a2449dbda162318abb" } #nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" }