perdumonocle / actix-web-middleware-redirect-scheme

MIT License
8 stars 9 forks source link

no default features for actix-web #2

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 }
marknijboer commented 4 years ago

I added your change to the open pull request (#1) that updates the plugin to support Actix Web 3.

sylv256 commented 1 year ago

I believe this has been merged