This commit is contained in:
asonix 2025-10-13 18:24:33 -05:00
parent 4e25432946
commit fd129bae7f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -388,7 +388,7 @@ checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
[[package]]
name = "ap-relay"
version = "0.3.118"
version = "0.3.119"
dependencies = [
"activitystreams",
"activitystreams-ext",

View File

@ -1,7 +1,7 @@
[package]
name = "ap-relay"
description = "A simple activitypub relay"
version = "0.3.118"
version = "0.3.119"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View File

@ -5,7 +5,7 @@
rustPlatform.buildRustPackage {
pname = "relay";
version = "0.3.118";
version = "0.3.119";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;