nostrdb-rs

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

commit 608a7ad871f05fa5bb009c164c11ff33223debe5
parent 9a2d028299bfb72a1ae9c6a7227bb846a1f469fb
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  8 Apr 2024 09:59:32 -0700

v0.3.2

Signed-off-by: William Casarin <jb55@jb55.com>

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.1" +version = "0.3.2" edition = "2021" build = "build.rs" license = "GPL-3.0-or-later"