Arnavion / k8s-openapi

Rust definitions of the resource types in the Kubernetes client API
Apache License 2.0
383 stars 41 forks source link

v1.20 feature missing from the 0.10.0 release? #84

Closed jiayihu closed 3 years ago

jiayihu commented 3 years ago

I can clearly see the feature v1_20 there in the Cargo.toml but if try to use it it's not available from the package in crates.io

lib.rs is more explicit in showing that actually the feature is not listed in the published crate: https://lib.rs/crates/k8s-openapi

Arnavion commented 3 years ago

https://github.com/Arnavion/k8s-openapi/blob/v0.10.0/Cargo.toml#L47-L55

jiayihu commented 3 years ago

So this was on purpose, it's just master that has v1_20 but it's still at version 0.10.0

Arnavion commented 3 years ago

Yes, I bump the versions in the manifests before a release, not after.