commit 6b634646d5dcc4b879259cc3fd83c407fde09649
parent f2c5978ba5df8719af0f7a115033d97d6a31caf7
Author: William Casarin <jb55@jb55.com>
Date: Mon, 15 Jul 2024 12:39:42 -0700
fix nostrdb crash
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -2296,7 +2296,7 @@ dependencies = [
[[package]]
name = "nostrdb"
version = "0.3.4"
-source = "git+https://github.com/damus-io/nostrdb-rs?rev=ee8afeeb0b6695fca6d27dd0b74a8dc159e37b95#ee8afeeb0b6695fca6d27dd0b74a8dc159e37b95"
+source = "git+https://github.com/damus-io/nostrdb-rs?rev=c870c70e988fffbdd10f161d97add8bd919db25a#c870c70e988fffbdd10f161d97add8bd919db25a"
dependencies = [
"bindgen",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
@@ -33,7 +33,7 @@ serde_json = "1.0.89"
env_logger = "0.10.0"
puffin_egui = { version = "0.27.0", optional = true }
puffin = { version = "0.19.0", optional = true }
-nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "ee8afeeb0b6695fca6d27dd0b74a8dc159e37b95" }
+nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "c870c70e988fffbdd10f161d97add8bd919db25a" }
#nostrdb = "0.3.4"
hex = "0.4.3"
base32 = "0.4.0"