nostr-rs-relay

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

commit 048199e30b53a87e0dad90f9a034e8a6d88cc137
parent 414e83f696e5b25b58400ed8169ca38d99f1302f
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Sat, 26 Feb 2022 11:22:16 -0600

build: bump version to 0.5.2

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -821,7 +821,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "nostr-rs-relay" -version = "0.5.1" +version = "0.5.2" dependencies = [ "bitcoin_hashes", "config", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.5.1" +version = "0.5.2" edition = "2021" [dependencies]