diff --git a/Cargo.lock b/Cargo.lock index c16ac9f..5f72bd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "nostr-rs-relay" -version = "0.7.8" +version = "0.7.9" dependencies = [ "anyhow", "bitcoin_hashes", diff --git a/Cargo.toml b/Cargo.toml index e9550b1..3579d14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.7.8" +version = "0.7.9" edition = "2021" authors = ["Greg Heartsfield "] description = "A relay implementation for the Nostr protocol"