KeenS / actix-web-multipart-file

0 stars 0 forks source link

no default features for actix-web #1

Open robjtede opened 4 years ago

robjtede commented 4 years ago

If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be:

- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
KeenS commented 4 years ago

Thank you for you to kindly notifying recent updates. This project is not active and there are little chance to update to actix-web 3.0.0.

I'm going to keep this issue open for possible future updates.