actix-ratelimit icon indicating copy to clipboard operation
actix-ratelimit copied to clipboard

Support Actix `4.0.0`

Open suptejas opened this issue 3 years ago • 1 comments

This library does not support versions of actix-web greater than the latest version 3 release (3.3.3). It would be awesome if Actix version 4 support is added in!

suptejas avatar Mar 17 '22 05:03 suptejas

I also ran into a problem using it, couldn't compile anymore because of the dependency on actix-http = {version = "2.2.0", features=["actors"]} which then depends on a conflicting brotli version leading to a linker error (see https://github.com/actix/actix-web/issues/2698)

kmindi avatar Mar 17 '22 12:03 kmindi