Prepare v0.3.113

This commit is contained in:
asonix 2024-05-01 15:45:53 -05:00
parent 4c663f399e
commit 97567cf598
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -382,7 +382,7 @@ checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[package]]
name = "ap-relay"
version = "0.3.112"
version = "0.3.113"
dependencies = [
"activitystreams",
"activitystreams-ext",

View file

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