LemmyNet / activitypub-federation-rust

High-level Rust library for the Activitypub protocol
GNU Affero General Public License v3.0
409 stars 46 forks source link

Remove `anyhow` from trait definitions #82

Closed cetra3 closed 9 months ago

cetra3 commented 10 months ago

Removes anyhow dependency in the activitypub crate. Resolves #80 but is a semver breaking change.

I've tested this works fine with minor changes to the main lemmy crate on this branch here: https://github.com/LemmyNet/lemmy/compare/main...cetra3:lemmy:remove_anyhow

Nutomic commented 9 months ago

Thanks! I published 0.5.0-beta.5 with this, can you open a PR for Lemmy?