openapi / actix-swagger

Swagger code generator for actix-web framework
https://crates.io/crates/cargo-swagg
MIT License
111 stars 8 forks source link

no default features for actix-web #20

Closed robjtede closed 1 year ago

robjtede commented 3 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 }
sergeysova commented 3 years ago

@robjtede Thank you!

jayvdb commented 1 year ago

This has been solved.