nostrdb-rs

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

commit e98bfffa05824197c38c35092e0a4ef35b7acceb
parent 55a52dfd089efa9090c026852286ebcd38ac6ef3
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 15 Dec 2023 18:48:49 -0800

v0.1.2

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