Prepare v0.3.111

This commit is contained in:
asonix 2024-04-07 11:53:24 -05:00
parent b577730836
commit dd9225bb89
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -382,7 +382,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
[[package]]
name = "ap-relay"
version = "0.3.110"
version = "0.3.111"
dependencies = [
"activitystreams",
"activitystreams-ext",

View file

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