nostrdb-rs

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

commit f58592823585f47938c57ecf6442287907d6bca4
parent 4f40de4b1458251ad33244fc76bcc2a03d099e49
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 17 Dec 2023 14:24:20 -0800

v0.1.5

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