1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-07-29 15:48:28 -04:00

build: bump version to 0.7.0

This commit is contained in:
Greg Heartsfield
2022-10-16 15:42:11 -05:00
parent 81045ad3d0
commit caffbbbede
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@@ -1095,7 +1095,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]] [[package]]
name = "nostr-rs-relay" name = "nostr-rs-relay"
version = "0.6.2" version = "0.7.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitcoin_hashes", "bitcoin_hashes",

@@ -1,6 +1,6 @@
[package] [package]
name = "nostr-rs-relay" name = "nostr-rs-relay"
version = "0.6.2" version = "0.7.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]