Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Kosiewski <[email protected]>
  • Loading branch information
ThomasK33 committed Sep 9, 2023
1 parent f614c07 commit 56cd7bc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kube_quantity"
version = "0.6.1"
version = "0.7.0"

authors = ["Thomas Kosiewski <[email protected]>"]
description = "kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate."
Expand All @@ -16,18 +16,18 @@ 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.19.0", default-features = false }
k8s-openapi = { version = "0.20.0", default-features = false }
nom = "7.1.3"
rust_decimal = "1.29.0"
thiserror = "1.0.40"
rust_decimal = "1.32.0"
thiserror = "1.0.48"

[dev-dependencies]
k8s-openapi = { version = "0.19.0", default-features = false, features = [
"v1_27",
k8s-openapi = { version = "0.20.0", default-features = false, features = [
"v1_28",
] }

[features]
__check = ["k8s-openapi/v1_27"]
__check = ["k8s-openapi/v1_28"]

[package.metadata.docs.rs]
features = ["k8s-openapi/v1_27"]
features = ["k8s-openapi/v1_28"]

0 comments on commit 56cd7bc

Please sign in to comment.