diff --git a/Cargo.lock b/Cargo.lock index 1c0a45c..4ccd730 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "activitypub_federation" -version = "0.2.0" +version = "0.2.1" dependencies = [ "activitypub_federation_derive", "activitystreams-kinds", diff --git a/Cargo.toml b/Cargo.toml index a8f2373..b1a6e32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activitypub_federation" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "High-level Activitypub framework" license = "AGPL-3.0"