From 39f9984c4feaa87caa8b59a33efa19b4f79749b2 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Fri, 17 Feb 2023 21:05:36 -0600 Subject: [PATCH] build: bump version to 0.8.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ac5488..6af7d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1550,7 +1550,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "nostr-rs-relay" -version = "0.8.6" +version = "0.8.7" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index dc7a575..d6bf0c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.8.6" +version = "0.8.7" edition = "2021" authors = ["Greg Heartsfield "] description = "A relay implementation for the Nostr protocol"