notedeck

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

commit 3a68cb9a9969706ccbb6ba92b4cc7cbb67c368f6
parent 72a53c01927376265409a9283c792eb72eaded33
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 11 Feb 2024 14:08:58 -0800

bump nostrdb

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

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

diff --git a/Cargo.lock b/Cargo.lock @@ -2091,7 +2091,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.2.0" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=c46ba31aa09d389466caef551a185dc0bd43aefd#c46ba31aa09d389466caef551a185dc0bd43aefd" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=d6cf3dbf7c3433cde99c347ebecd3e2673a25fd6#d6cf3dbf7c3433cde99c347ebecd3e2673a25fd6" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml @@ -29,7 +29,7 @@ serde_json = "1.0.89" env_logger = "0.10.0" puffin_egui = { version = "0.25.0", optional = true } puffin = { version = "0.19.0", optional = true } -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "c46ba31aa09d389466caef551a185dc0bd43aefd" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "d6cf3dbf7c3433cde99c347ebecd3e2673a25fd6" } [features] default = []