Skip to content

Commit

Permalink
Moved k8s-openapi features to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Mar 27, 2023
1 parent 0d2e1f2 commit d30a55a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ categories = ["algorithms", "data-structures", "encoding"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
k8s-openapi = { version = "0.17.0", default-features = false, features = [
"v1_26",
] }
k8s-openapi = "0.17.0"
nom = "7.1.3"
rust_decimal = "1.29.0"
thiserror = "1.0.40"

[dev-dependencies]
k8s-openapi = { version = "0.17.0", default-features = false, features = [
"v1_26",
] }

[features]
__check = ["k8s-openapi/v1_26"]
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pre-release-replacements = [
# { file = "src/lib.rs", search = "kube_quantity = .*", replace = "{{crate_name}} = \"{{version}}\"" },
]

pre-release-hook = ["scripts/release-pre.sh"]
# pre-release-hook = ["scripts/release-pre.sh"]

0 comments on commit d30a55a

Please sign in to comment.