Skip to content

chore: relax version requirement for k8s-openapi #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2025

Conversation

ThomasK33
Copy link
Owner

@ThomasK33 ThomasK33 commented Mar 30, 2025

Cargo.toml: Updated the k8s-openapi dependency version to "0" for both dependencies and dev-dependencies sections. This change ensures that the latest compatible version of k8s-openapi is used.

Fixes #28

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR relaxes the version requirement for the k8s-openapi dependency, allowing Cargo to resolve to the latest compatible version.

  • Updated the k8s-openapi version in the [dependencies] section to "0".
  • Updated the k8s-openapi version in the [dev-dependencies] section to "0" while retaining the "latest" feature.
Comments suppressed due to low confidence (2)

Cargo.toml:19

  • Relaxing the version requirement to '0' may allow for unintentional dependency updates; please verify that this version syntax meets the intended constraint for stable releases.
+k8s-openapi = { version = "0", default-features = false }

Cargo.toml:25

  • Ensure that setting the version to '0' in dev-dependencies does not introduce unexpected behavior, as it may similarly allow for a broader range of versions than intended.
+k8s-openapi = { version = "0", default-features = false, features = ["latest"] }

@ThomasK33 ThomasK33 merged commit e0b9324 into main Mar 30, 2025
2 checks passed
@ThomasK33 ThomasK33 deleted the thomask33/k8s-openapi-version-change branch March 30, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update or unpin k8s-openapi dependency
1 participant