From 9b4093cd412031e3fe4e9e9347dfcadb4f70eb4a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 21 Aug 2024 06:59:27 +0300 Subject: [PATCH] update to latest nostrdb version Signed-off-by: William Casarin --- Cargo.lock | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index bd0b1cf..ace1436 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2296,6 +2296,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.3.4" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=4c89dcbca13168758eb41752225b4e486dbc9d20#4c89dcbca13168758eb41752225b4e486dbc9d20" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 7b2467b..d78bfbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ default-run = "notedeck" crate-type = ["lib", "cdylib"] [workspace.dependencies] -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "385a1af481ff8c08949a885248544483a52acbeb" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "4c89dcbca13168758eb41752225b4e486dbc9d20" } #nostrdb = { path = "/Users/jb55/dev/github/damus-io/nostrdb-rs" } #nostrdb = "0.3.4"