diff --git a/Cargo.lock b/Cargo.lock index 1f09893..b1dce56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2468,7 +2468,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.1.6" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=a8f8fabdc2f1eebe939622000c030639b4b6d51f#a8f8fabdc2f1eebe939622000c030639b4b6d51f" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=f64198c39de9ac8dbb35dec89b44a38e2d6142e0#f64198c39de9ac8dbb35dec89b44a38e2d6142e0" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index a494e6d..c325b47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ env_logger = "0.10.0" shatter = "0.1.1" puffin_egui = { version = "0.25.0", optional = true } puffin = { version = "0.16.0", optional = true } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "a8f8fabdc2f1eebe939622000c030639b4b6d51f" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "f64198c39de9ac8dbb35dec89b44a38e2d6142e0" } [features] default = []