notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 9b4093cd412031e3fe4e9e9347dfcadb4f70eb4a
parent 1f149aec3b22d1485d6152bcc88bd861269c027b
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 21 Aug 2024 06:59:27 +0300

update to latest nostrdb version

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MCargo.lock | 1+
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 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 @@ -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"