Skip to content

Commit

Permalink
0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Jan 2, 2021
1 parent 86ad446 commit 62d2bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Select a version of `kube` along with the generated [k8s-openapi](https://github

```toml
[dependencies]
kube = "0.45.0"
kube-runtime = "0.45.0"
kube = "0.46.0"
kube-runtime = "0.46.0"
k8s-openapi = { version = "0.9.0", default-features = false, features = ["v1_17"] }
```

Expand Down Expand Up @@ -149,8 +149,8 @@ Kube has basic support ([with caveats](https://github.com/clux/kube-rs/issues?q=

```toml
[dependencies]
kube = { version = "0.45.0", default-features = false, features = ["rustls-tls"] }
kube-runtime = { version = "0.45.0", default-features = false, features = ["rustls-tls"] }
kube = { version = "0.46.0", default-features = false, features = ["rustls-tls"] }
kube-runtime = { version = "0.46.0", default-features = false, features = ["rustls-tls"] }
k8s-openapi = { version = "0.9.0", default-features = false, features = ["v1_17"] }
```

Expand Down
2 changes: 1 addition & 1 deletion kube-derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Add the `derive` feature to `kube`:

```toml
[dependencies]
kube = { version = "0.45.0", feature = ["derive"] }
kube = { version = "0.46.0", feature = ["derive"] }
```

## Usage
Expand Down

0 comments on commit 62d2bee

Please sign in to comment.