Open
Description
Marker issue. Ran all the testing steps from https://blog.rust-lang.org/2024/11/27/Rust-2024-public-testing.html and it didn't seem to fix anything, but it currently doens't build because of dependency issues.
current check-list:
- bumping msrv to 1.85 - when it stabilises
- schemars needs to release 1.0 proper (currently 17 alpha releases in..)
- EDIT: they may have unblocked this with https://github.com/GREsau/schemars/releases/tag/v0.8.22
-
schemars
1 renames thegen
module name gen keyword is reserved in Rust 2024 GREsau/schemars#306 so it builds -
k8s-openapi
probably to bumpschemars
also i think: https://github.com/Arnavion/k8s-openapi/blob/master/Cargo.toml#L38 -
chrono
feature renamed onschemars
- handle a number of breaking changes around
SchemaObject
(Schema
) and visitors that I haven't understood yet