commit 3b1550d78c85916cdd563683f0ceecb17cd6636a
parent 8f3ec342c41f03eb5471f665f9c8e06a51b9c81c
Author: William Casarin <jb55@jb55.com>
Date: Sat, 10 Feb 2024 20:24:37 -0800
bump nostrdb
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git 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
@@ -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 = []