Closed robjtede closed 4 years ago
The dependency in Cargo.toml should ideally be:
- actix-web = "3.0.2" + actix-web = { version = "3.0.2", default-features = false }
You're absolutely right. Thanks for the hint!
The dependency in Cargo.toml should ideally be: