Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no default features for actix-web #82

Closed
robjtede opened this issue Sep 25, 2020 · 2 comments
Closed

no default features for actix-web #82

robjtede opened this issue Sep 25, 2020 · 2 comments

Comments

@robjtede
Copy link

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 }
@slinkydeveloper
Copy link
Member

Thanks for the report, mind doing a pr?

@slinkydeveloper
Copy link
Member

Fixed with #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants