Skip to content

Commit

Permalink
v0.3.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 1, 2022
1 parent a7fcfe9 commit 500281e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kubert"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
description = "Kubernetes runtime helpers. Based on kube-rs."
Expand Down Expand Up @@ -128,9 +128,9 @@ features = [
[dev-dependencies]
kube = { version = "0.69.1", default-features = false, features = ["runtime"] }
k8s-openapi = { version = "0.14.0", default-features = false, features = ["v1_23"] }
tracing-subscriber = { version = "0.3", features = ["ansi"] }
tokio-stream = "0.1"
tokio-test = "0.4"
tracing-subscriber = { version = "0.3", features = ["ansi"] }

[dev-dependencies.tokio]
version = "1.17"
Expand Down

0 comments on commit 500281e

Please sign in to comment.