From de5039fc65596d5a9f4a3cfb0aa87961feacf4d6 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 1 Aug 2024 14:10:19 -0700 Subject: [PATCH] fix bech32 bug bleh Signed-off-by: William Casarin --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abff7c4..3b1dbaf 100644 --- 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=aa931882319899d80afc0d33fd87424a96a4ee63#aa931882319899d80afc0d33fd87424a96a4ee63" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=f2f2ff40d0235c788f1e965375938380f2ee5419#f2f2ff40d0235c788f1e965375938380f2ee5419" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index aaa0a90..d8b2eb2 100644 --- 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 = "aa931882319899d80afc0d33fd87424a96a4ee63" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "f2f2ff40d0235c788f1e965375938380f2ee5419" } #nostrdb = "0.3.4" hex = "0.4.3" base32 = "0.4.0"