|
k8s-openapi = { version = "0.28", features = ["latest"]} |
We need to remove the features here; see https://github.com/Arnavion/k8s-openapi/blob/b2c839b8b1828e9035ff8467cdac87756190aa4e/src/lib.rs#L75
Otherwise, using this library and selecting any other version would fail.
envtest/Cargo.toml
Line 28 in b8f4ff3
We need to remove the features here; see https://github.com/Arnavion/k8s-openapi/blob/b2c839b8b1828e9035ff8467cdac87756190aa4e/src/lib.rs#L75
Otherwise, using this library and selecting any other version would fail.