nostrdb-rs

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

commit d23235e03b1b5c54beeefe3f241973ce94a48dea
parent 892a395c86caf999fecce60ef747550644929161
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 16 Dec 2023 22:15:11 -0800

v0.1.3

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