nostrdb-rs

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

commit d1dc2d360cb66602466cb2547d08dac414e90752
parent 36c3b8a3df7df8ff9c6fdcd341c6a6221bc00241
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 17 Dec 2023 14:21:15 -0800

v0.1.4

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