diff --git a/Cargo.lock b/Cargo.lock index 079ea82..1750e5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "activitypub_federation" -version = "0.6.0-alpha2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4877d467ddf2fac85e9ee33aba6f2560df14125b8bfa864f85ab40e9b87753a9" +checksum = "66f275acdf9bf0c4149d31babf06bf24234ff17a04c768056354e131d91e04d1" dependencies = [ "activitystreams-kinds", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 6c01aac..00f3635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ dbg_macro = "deny" unwrap_used = "deny" [dependencies] -activitypub_federation = { version = "0.6.0-alpha2", features = [ +activitypub_federation = { version = "0.6.0", features = [ "axum", "diesel", ], default-features = false, optional = true }