Skip to content

Commit

Permalink
don't accidentally hardcode kube version - fixes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Nov 21, 2019
1 parent da71e21 commit 18b4f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ features = ["v1_15"]
[dependencies.k8s-openapi]
version = "0.6.0"
default-features = false
features = ["v1_15"]

This comment has been minimized.

Copy link
@clux

clux Nov 21, 2019

Author Member

doh, this was for #90

features = []
optional = true

0 comments on commit 18b4f8a

Please sign in to comment.