nostrdb-rs

nostrdb in rust!
git clone git://jb55.com/nostrdb-rs
Log | Files | Refs | Submodules | README | LICENSE

commit 3deb94aef3f436469158c4424650d81be26f9315
parent 71154e4100775f6932ee517da4350c433ba14ec7
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  9 Dec 2024 10:43:04 -0800

Merge release tag

diverged by accident. not a big deal, just the cargo version

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

diff --git a/Cargo.toml b/Cargo.toml @@ -3,7 +3,7 @@ name = "nostrdb" authors = ["William Casarin <jb55@jb55.com>"] description = "An unfairly fast embedded nostr database backed by lmdb" readme = "README.md" -version = "0.3.4" +version = "0.4.0" edition = "2021" build = "build.rs" license = "GPL-3.0-or-later"