kilork/actix-web-static-files

no default features for actix-web

robjtede opened this issue · 3 comments

The dependency in Cargo.toml should ideally be:

- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }

Thank you for your feedback!

How do you think, should we release it just as 3.0.x or 3.1.x?

Up to you but patch release is fine. This isn't breaking in any way.

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.