build: bump release to RC 1

This commit is contained in:
Greg Heartsfield 2023-01-24 08:04:42 -06:00
parent c8f7420334
commit 34a8f99d61
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1495,7 +1495,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "nostr-rs-relay"
version = "0.7.17"
version = "0.8.0-rc.1"
dependencies = [
"anyhow",
"async-std",

View File

@ -1,6 +1,6 @@
[package]
name = "nostr-rs-relay"
version = "0.7.17"
version = "0.8.0-rc.1"
edition = "2021"
authors = ["Greg Heartsfield <scsibug@imap.cc>"]
description = "A relay implementation for the Nostr protocol"