Skip to content

Commit abcfed4

Browse files
committed
fix readme version sync error
Signed-off-by: clux <[email protected]>
1 parent 68a46a4 commit abcfed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Select a version of `kube` along with the generated [k8s-openapi](https://github
1717
```toml
1818
[dependencies]
1919
kube = { version = "0.97.0", features = ["runtime", "derive"] }
20-
k8s-openapi = { version = "0.23.0", features = ["latest"] }
20+
k8s-openapi = { version = "0.24.0", features = ["latest"] }
2121
```
2222

2323
See [features](https://kube.rs/features/) for a quick overview of default-enabled / opt-in functionality.
@@ -157,7 +157,7 @@ By default [rustls](https://github.com/rustls/rustls) is used for TLS, but `open
157157
```toml
158158
[dependencies]
159159
kube = { version = "0.97.0", default-features = false, features = ["client", "openssl-tls"] }
160-
k8s-openapi = { version = "0.23.0", features = ["latest"] }
160+
k8s-openapi = { version = "0.24.0", features = ["latest"] }
161161
```
162162

163163
This will pull in `openssl` and `hyper-openssl`. If `default-features` is left enabled, you will pull in two TLS stacks, and the default will remain as `rustls`.

0 commit comments

Comments
 (0)