You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of the brotli crate creates an ABI incompatibility with brotli2, which in turn creates ABI incompatibility with actix-web unless compression is disabled. Alternatively, one of the two projects could mangle C names of statically linked library.