From 1cbeed318e91e6c1c59040e48442cb01b5e62ce5 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 17 Mar 2026 11:16:01 +0100 Subject: [PATCH] Version 0.5.11 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb3eb67..32ec56a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,10 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "activitypub_federation" -version = "0.5.10" +version = "0.5.11" dependencies = [ "activitystreams-kinds", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 8c314c5..7fca4b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activitypub_federation" -version = "0.5.10" +version = "0.5.11" edition = "2021" description = "High-level Activitypub framework" keywords = ["activitypub", "activitystreams", "federation", "fediverse"]