nostrdb-rs

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

commit e6c619374faf3c20b5b33a3887d76b9db338de69
parent eebb544dcc4bc6f065f9045469c61b49577ea6d5
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 30 Dec 2023 20:42:45 -0800

Release v0.1.6

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