Prepare v0.3.114

This commit is contained in:
asonix 2024-06-23 13:45:10 -05:00
parent aff2431681
commit 8c14d613f7
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -384,7 +384,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "ap-relay"
version = "0.3.113"
version = "0.3.114"
dependencies = [
"activitystreams",
"activitystreams-ext",

View File

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