shatter

A fast, zero-copy nostr content parser in Rust
git clone git://jb55.com/shatter
Log | Files | Refs | README

commit 6ec0cc996ad47915e782618bc04bbd0dd2c8115f
parent 425b7dde577e7fc49b632102d8eb317304b15c76
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  3 Jul 2023 11:06:01 -0700

version: bump to v0.1.1

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shatter" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["William Casarin <jb55@jb55.com>"] license = "MIT"