Skip to content

Commit 815aa41

Browse files
authored
Fix kube dependency in Cargo.toml
1 parent 8a2d261 commit 815aa41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ k8s-openapi = { version = "0.26.0", default-features = false, features = ["schem
3939
# We use rustls instead of openssl for easier portability, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
4040
# We use ring instead of aws-lc-rs, as this currently fails to build in "make run-dev"
4141
# We pin the kube version, as we use a patch for 2.0.1
42-
kube = { git = "https://github.com/stackabletech/kube-rs", branch = "2.0.1-fix-schema-hoisting", version = "=2.0.1", default-features = false, features = ["client", "jsonpatch", "runtime", "derive","admission", "rustls-tls", "ring"] }
42+
kube = { git = "https://github.com/stackabletech/kube-rs", branch = "2.0.1-fix-schema-hoisting", version = "=2.0.1", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "admission", "rustls-tls", "ring"] }
4343
opentelemetry = "0.31.0"
4444
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
4545
opentelemetry-appender-tracing = "0.31.0"

0 commit comments

Comments
 (0)