hcloud-rust v0.13.0
Update to current state of Hetzner's API description.
Changes in the release:
- BREAKING: Type of
HealthStatus.status
is nowOption<health_status::Status>
instead ofOption<String>
- BREAKING:
_type
struct fields are renamed to ideomaticr#type
- Code generation using OpenAPI Generator 6.2.0
- Minor docstring changes