Prepare 0.3.116

This commit is contained in:
asonix 2024-12-09 20:59:14 -06:00
parent d9da352558
commit 6ff7b59778
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -391,7 +391,7 @@ checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
[[package]]
name = "ap-relay"
version = "0.3.115"
version = "0.3.116"
dependencies = [
"activitystreams",
"activitystreams-ext",

View file

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