prerelease
Some checks failed
/ build (map[artifact:linux-amd64 platform:linux/amd64 target:x86_64-unknown-linux-musl]) (push) Has been cancelled
/ build (map[artifact:linux-arm32v7 platform:linux/arm/v7 target:armv7-unknown-linux-musleabihf]) (push) Has been cancelled
/ build (map[artifact:linux-arm64v8 platform:linux/arm64 target:aarch64-unknown-linux-musl]) (push) Has been cancelled
/ publish-docker (push) Has been cancelled
/ publish-forgejo (push) Has been cancelled
/ publish-crate (push) Has been cancelled
/ clippy (push) Successful in 2m20s
/ check (armv7-unknown-linux-musleabihf) (push) Has been cancelled
/ check (x86_64-unknown-linux-musl) (push) Has been cancelled
/ check (aarch64-unknown-linux-musl) (push) Has been cancelled
/ tests (push) Has been cancelled

This commit is contained in:
asonix 2024-04-13 13:53:19 -05:00
parent dd9225bb89
commit 2f1c0f5b5a
3 changed files with 5 additions and 7 deletions

View file

@ -207,6 +207,7 @@ jobs:
direction: upload
token: ${{ secrets.GITHUB_TOKEN }}
release-dir: artifacts/
prerelease: true
publish-crate:
needs: [build]

6
Cargo.lock generated
View file

@ -382,7 +382,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
[[package]]
name = "ap-relay"
version = "0.3.111"
version = "0.3.112-pre"
dependencies = [
"activitystreams",
"activitystreams-ext",
@ -399,7 +399,6 @@ dependencies = [
"console-subscriber",
"dashmap",
"dotenv",
"flume",
"http-signature-normalization-actix",
"http-signature-normalization-reqwest",
"lru",
@ -464,8 +463,7 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "async-cpupool"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e75aaffeb680df7b1770cb5429298afd9ef980b4f93f6672f0160bbab7e6863"
source = "git+https://git.asonix.dog/safe-async/async-cpupool#6d5e171e25cf1c1c1d789af6ef5653e287f2777c"
dependencies = [
"flume",
"metrics",

View file

@ -1,7 +1,7 @@
[package]
name = "ap-relay"
description = "A simple activitypub relay"
version = "0.3.111"
version = "0.3.112-pre"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"
@ -29,7 +29,7 @@ actix-webfinger = { version = "0.5.0", default-features = false }
activitystreams = "0.7.0-alpha.25"
activitystreams-ext = "0.1.0-alpha.3"
ammonia = "4.0.0"
async-cpupool = "0.2.0"
async-cpupool = { version = "0.2.0", git = "https://git.asonix.dog/safe-async/async-cpupool" }
bcrypt = "0.15"
base64 = "0.22"
clap = { version = "4.0.0", features = ["derive"] }
@ -38,7 +38,6 @@ config = { version = "0.14.0", default-features = false, features = ["toml", "js
console-subscriber = { version = "0.2", optional = true }
dashmap = "5.1.0"
dotenv = "0.15.0"
flume = "0.11.0"
lru = "0.12.0"
metrics = "0.22.0"
metrics-exporter-prometheus = { version = "0.13.0", default-features = false, features = [