nostrdb-rs

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

commit 6fccfb3bf3446e5f2995b49dc47791b066a5d56b
parent e513b6ed516a9adf757c1f7ac26cd3d544c391b2
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  9 Feb 2024 20:01:58 -0800

v0.2.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.1.6" +version = "0.2.0" edition = "2021" build = "build.rs" license = "GPL-3.0-or-later"