no default features for actix-web
robjtede opened this issue · 3 comments
robjtede commented
The dependency in Cargo.toml should ideally be:
- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
kilork commented
Thank you for your feedback!
How do you think, should we release it just as 3.0.x or 3.1.x?
robjtede commented
Up to you but patch release is fine. This isn't breaking in any way.
kilork commented
Ok, one more time thanks for suggestion. Just released https://github.com/kilork/actix-web-static-files/releases/tag/v3.0.1 with those changes.