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 #1

Closed
robjtede opened this issue Sep 25, 2020 · 1 comment · Fixed by #2
Closed

no default features for actix-web #1

robjtede opened this issue Sep 25, 2020 · 1 comment · Fixed by #2

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 }
@vbrandl
Copy link
Owner

vbrandl commented Oct 7, 2020

Thanks for the heads up and sorry for the delay. I just updated the actix-web dependency to 3.0.0 and disabled default features. The new version 0.2.0 is now on crates.io.

@vbrandl vbrandl closed this as completed in #2 Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants