notecrumbs

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

commit e688f74e4936bb8e9db25b1a0828208e35492584
parent 0e7b8d7c98dc72a49a89233c736766691c1536b6
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  1 Jan 2024 09:42:53 -0800

update nostrdb

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -1461,7 +1461,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.1.6" -source = "git+https://github.com/damus-io/nostrdb-rs.git?rev=29424c07c64200e642c62734204a3a2d567dab2a#29424c07c64200e642c62734204a3a2d567dab2a" +source = "git+https://github.com/damus-io/nostrdb-rs.git?rev=351906121f79d71b2a5a999944a8a22c6b8dde4e#351906121f79d71b2a5a999944a8a22c6b8dde4e" dependencies = [ "bindgen 0.69.1", "cc", 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 = "29424c07c64200e642c62734204a3a2d567dab2a" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs.git", rev = "351906121f79d71b2a5a999944a8a22c6b8dde4e" } #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" }