Prepare 0.3.112
All checks were successful
/ clippy (push) Successful in 1m24s
/ tests (push) Successful in 2m2s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m33s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m26s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m38s

This commit is contained in:
asonix 2024-04-14 22:47:38 -05:00
parent 04ca4e5401
commit 5c0c0591dd
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-pre"
version = "0.3.112"
dependencies = [
"activitystreams",
"activitystreams-ext",

View file

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