Skip to content

Commit ad26f16

Browse files
Merge pull request #38 from MaterializeInc/fix_docs
Enable k8s-openapi/latest feature when generating docs
2 parents 570773b + f9ceee4 commit ad26f16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k8s-controller"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2024"
55
rust-version = "1.89.0"
66

@@ -13,6 +13,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1313
[dependencies]
1414
async-trait = "0.1"
1515
futures = "0.3"
16+
k8s-openapi = { version = "0.26.0", default-features = false }
1617
kube = { version = "2.0.0", default-features = false, features = ["client"] }
1718
kube-runtime = "2.0.0"
1819
rand = "0.9.0"
@@ -22,3 +23,6 @@ tracing = "0.1"
2223
[dev-dependencies]
2324
k8s-openapi = { version = "0.26.0", default-features = false, features = ["v1_31"] }
2425
tokio = "1"
26+
27+
[package.metadata.docs.rs]
28+
features = ["k8s-openapi/latest"]

0 commit comments

Comments
 (0)