Skip to content

Commit

Permalink
Merge pull request #51 from ericmcbride/kube-rs-update
Browse files Browse the repository at this point in the history
Switch to officical Kube-RS
  • Loading branch information
ericmcbride authored Feb 9, 2020
2 parents 7fe0b57 + 3a0a9fe commit cab9a00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ rand = "0.6.5"
structopt = "0.3"
futures = "0.3.1"
tokio = { version = "0.2.6", features = ["full"] }
#kube_async = { package = "kube", version = "0.23.0", features = ["openapi"] }
kube_async = { package = "kube", git = "https://github.com/ericmcbride/kube-rs", branch = "master", features=["openapi"] }
kube_async = { package = "kube", version = "0.25.0", features = ["openapi"] }
k8s-openapi = { version = "0.7.1", default-features = false, features = ["v1_15"] }
once_cell = "1.3.1"
serde_json = "1.0"

0 comments on commit cab9a00

Please sign in to comment.