nostr-rs-relay

My dev fork of nostr-rs-relay
git clone git://jb55.com/nostr-rs-relay
Log | Files | Refs | README | LICENSE

commit 54e6e0e5ce7b6e2eca01a86cbcc2b2931e290438
parent 850064b871cb9d7f45cf5243119709bd76ee0765
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Sun, 12 Dec 2021 20:36:11 -0600

build: bump version to 0.1.2

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 = "nostr-rs-relay" -version = "0.1.0" +version = "0.1.2" edition = "2021" [dependencies]