nostr-rs-relay

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

commit f4ecd43708d17a8f9cd6fb83c94e4b5f08624971
parent a8f465fdc8625794bd9f28d25823b14546334e84
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Mon,  4 Jul 2022 17:41:16 -0500

build: bump version to 0.6.1

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

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