nostr-rs-relay

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

commit d78bbfc2906caa53cc40fe2fc87a63736b2e1b5d
parent 2924da88bcea4f86a0e7d23fe25f0ff6ef8b9565
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Mon,  3 Jan 2022 22:07:15 -0500

build: bump version to 0.3.3

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

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