mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-25 06:39:08 +00:00
This fixes generation of a Rust library for OpenAPI specifications
where `info.version` was a single-digit number. This happened to for
[this](db005f2e55/openapi.yaml (L10))
specification. The fix for this issue is similar to the one in !17440.