0.7.0-beta.1

This commit is contained in:
Felix Ableitner 2025-06-02 10:58:24 +02:00
parent 7994df3706
commit ae7910e5f5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 4
[[package]] [[package]]
name = "activitypub_federation" name = "activitypub_federation"
version = "0.6.5" version = "0.7.0-beta.1"
dependencies = [ dependencies = [
"activitystreams-kinds", "activitystreams-kinds",
"actix-web", "actix-web",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "activitypub_federation" name = "activitypub_federation"
version = "0.6.5" version = "0.7.0-beta.1"
edition = "2021" edition = "2021"
description = "High-level Activitypub framework" description = "High-level Activitypub framework"
keywords = ["activitypub", "activitystreams", "federation", "fediverse"] keywords = ["activitypub", "activitystreams", "federation", "fediverse"]