chore: Release

This commit is contained in:
nazeh
2025-02-13 13:36:36 +03:00
parent 1b59d57b6e
commit 574dde8813
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -1234,6 +1234,8 @@ dependencies = [
[[package]]
name = "http-relay"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e21bdfe99224d6d446eb1b6ecc139ed96a7a8f0a77a123158b9c31d1dbbbcb08"
dependencies = [
"anyhow",
"axum",
@@ -1247,9 +1249,7 @@ dependencies = [
[[package]]
name = "http-relay"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e21bdfe99224d6d446eb1b6ecc139ed96a7a8f0a77a123158b9c31d1dbbbcb08"
version = "0.2.0"
dependencies = [
"anyhow",
"axum",
@@ -2202,7 +2202,7 @@ name = "pubky-testnet"
version = "0.1.0"
dependencies = [
"anyhow",
"http-relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"http-relay 0.1.0",
"mainline",
"pkarr-relay",
"pubky",

View File

@@ -1,6 +1,6 @@
[package]
name = "http-relay"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Nuh <nuh@nuh.dev>"]
description = "A Rust implementation of _some_ of [Http relay spec](https://httprelay.io/)."