Skip to content

Commit 077fff4

Browse files
committed
chore: Use snafu for ParseResourceVersionError
1 parent e5bf325 commit 077fff4

13 files changed

+28
-1164
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-versioned-macros/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ proc-macro = true
2626

2727
[features]
2828
full = ["k8s", "flux-converter"]
29-
k8s = ["dep:kube", "dep:k8s-openapi", "dep:snafu"]
29+
k8s = ["dep:kube", "dep:k8s-openapi"]
3030
flux-converter = ["k8s"]
3131

3232
[dependencies]
@@ -38,7 +38,6 @@ itertools.workspace = true
3838
k8s-openapi = { workspace = true, optional = true }
3939
kube = { workspace = true, optional = true }
4040
proc-macro2.workspace = true
41-
snafu = { workspace = true, optional = true }
4241
syn.workspace = true
4342
quote.workspace = true
4443

crates/stackable-versioned-macros/fixtures/snapshots/[email protected]

Lines changed: 2 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-versioned-macros/fixtures/snapshots/stackable_versioned_macros__test__k8s_snapshots@crate_overrides.rs.snap

Lines changed: 2 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)