nostrdb-rs

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

commit d55bcd9a9180970a274556eaae7209c5cd5766dc
parent e6688c9a5a3754d9161cdd74e0c66098d4feb0ca
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  7 Apr 2024 13:25:34 -0700

v0.3.0

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