Skip to content

Commit 55a3df0

Browse files
committed
chore(stackable-versioned): Make udeps happy with k8s-openapi
1 parent d151823 commit 55a3df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-versioned-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all-features = true
1515
# are, however, used in K8s specific test cases. This is a false-positive and an
1616
# apparent limitation of cargo-udeps. These entries can be removed once
1717
# cargo-udeps supports detecting usage of such dependencies.
18-
development = ["schemars", "serde_yaml", "stackable-versioned"]
18+
development = ["k8s-openapi", "schemars", "serde_yaml", "stackable-versioned"]
1919

2020
# cargo-udeps throws an error stating that these dependencies are unused. They are all marked as
2121
# optional, which trips up cargo-udeps for whatever reason...

0 commit comments

Comments
 (0)