nostrdb-rs

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

commit c5c98de41e48b00bb46a2aa8111c68b4398e6de8
parent 26858ca78a7a87746386e386542414bbbcc45f3f
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 15 Dec 2023 17:22:09 -0800

0.1.0 -> 0.1.1

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