Small tweaks to bring in line with other Kubernetes tools

This commit is contained in:
2025-04-18 16:06:53 +02:00
parent 2d2ef6903b
commit 884c37aa1b
12 changed files with 84 additions and 33 deletions

View File

@@ -34,6 +34,7 @@ reqwest = { version = "0.12.14", default-features = false, features = [
"json",
"rustls-tls",
] }
git-version = "0.3.9"
[dev-dependencies]
insta = { workspace = true }