nostrdb-rs

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

commit 5cbb1416a1956f82ad98d3f110181a12c8f28e9a
parent e5a2c1ba1e65880f3f42e5b809bcca1fb86d8af1
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 24 Jun 2025 11:56:40 -0700

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