notecrumbs

a nostr opengraph server build on nostrdb and egui
git clone git://jb55.com/notecrumbs
Log | Files | Refs | README | LICENSE

commit ef8699063fecce86b28c1023477499a9df2dd805
parent f221e661d969c6db0778d4a99ce02398e9a120be
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 24 Jan 2024 11:16:54 -0800

update nostrdb

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -13,7 +13,7 @@ hyper-util = { version = "0.1.1", features = ["full"] } http-body-util = "0.1" log = "0.4.20" env_logger = "0.10.1" -nostrdb = { git = "https://github.com/damus-io/nostrdb-rs.git", rev = "2c0d43497d626e61a8de7a1efaff13d44e30d556" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs.git", rev = "9d802004948d56446f11a10ea846c8543824b041" } #nostrdb = { path = "/home/jb55/src/rust/nostrdb-rs" } #nostrdb = "0.1.6" #nostr-sdk = { git = "https://github.com/damus-io/nostr-sdk.git", rev = "fc0dc7b38f5060f171228b976b9700c0135245d3" }