Skip to content

Commit

Permalink
should be consistent and use earliest in cargo.tomls
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Dec 23, 2024
1 parent 316a78a commit 7f75d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "boot.rs"

[features]
latest = ["k8s-openapi/latest"]
mk8sv = ["k8s-openapi/v1_28"]
mk8sv = ["k8s-openapi/earliest"]
rustls = ["kube/rustls-tls"]
openssl = ["kube/openssl-tls"]

Expand Down

0 comments on commit 7f75d5a

Please sign in to comment.