From 3b1550d78c85916cdd563683f0ceecb17cd6636a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 10 Feb 2024 20:24:37 -0800 Subject: [PATCH] bump nostrdb Signed-off-by: William Casarin --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e6f353..dd2a233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2105,8 +2105,8 @@ dependencies = [ [[package]] name = "nostrdb" -version = "0.1.6" -source = "git+https://github.com/damus-io/nostrdb-rs?rev=e513b6ed516a9adf757c1f7ac26cd3d544c391b2#e513b6ed516a9adf757c1f7ac26cd3d544c391b2" +version = "0.2.0" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=c46ba31aa09d389466caef551a185dc0bd43aefd#c46ba31aa09d389466caef551a185dc0bd43aefd" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index b56080d..76e4b35 100644 --- 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 = "e513b6ed516a9adf757c1f7ac26cd3d544c391b2" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "c46ba31aa09d389466caef551a185dc0bd43aefd" } [features] default = []