This commit is contained in:
asonix 2025-09-01 12:14:42 -05:00
parent c7ad5576b1
commit 917f0baed4
3 changed files with 181 additions and 210 deletions

387
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
[package]
name = "ap-relay"
description = "A simple activitypub relay"
version = "0.3.117"
version = "0.3.118"
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.116";
version = "0.3.118";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;