nostrdb-rs

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

commit 4a094b48065569588be64519b4a4da87dab8b321
parent b1bc794e9e5f2fb27dad0f95b6974ed2b81872d0
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 18 Dec 2024 10:59:02 -0800

release v0.5.1

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