fix bech32 bug bleh

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-08-01 14:10:19 -07:00
parent 6e27c34267
commit de5039fc65
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2296,7 +2296,7 @@ dependencies = [
[[package]] [[package]]
name = "nostrdb" name = "nostrdb"
version = "0.3.4" 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 = [ dependencies = [
"bindgen", "bindgen",
"cc", "cc",

View File

@ -33,7 +33,7 @@ serde_json = "1.0.89"
env_logger = "0.10.0" env_logger = "0.10.0"
puffin_egui = { version = "0.27.0", optional = true } puffin_egui = { version = "0.27.0", optional = true }
puffin = { version = "0.19.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" #nostrdb = "0.3.4"
hex = "0.4.3" hex = "0.4.3"
base32 = "0.4.0" base32 = "0.4.0"