nostr-rs-relay

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

commit 23f7730feaeb2b674d34e7e699cdd3b1bc1016ca
parent 8aa1256254a59be6a47e1ec34639e64d617e465d
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Tue, 10 May 2022 17:07:49 -0500

build: bump version to 0.6.0

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

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