geofmureithi-zz / apalis

Efficient and reliable background processing for Rust using Actix and Redis
17 stars 2 forks source link

Upgrade actix / actix-rt version #6

Open jhen0409 opened 2 years ago

jhen0409 commented 2 years ago

I'm going to upgrade actix-web to v4 beta in my project, but it uses the new version of actix-rt (v2.5), which means it is not compatible with the current apalis-core.

@geofmureithi-zz would you like to accept a PR about this?

jhen0409 commented 2 years ago

I made one anyway, currently I am using fork now. Feel free to handle it.