mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-17 22:30:53 +00:00
* Fix clippy errors (rustc 1.73.0) * Add feature docker-in-docker * Fix mapping of "date" See issue #9769 The type type: string format: date was mapped to DateTime<Utc> which violates the OpenAPI spec see https://swagger.io/docs/specification/data-models/data-types/