Closed robjtede closed 2 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 }
@robjtede Thank you!
This has been solved.
If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be: