Skip to content

Commit 1bbe77b

Browse files
committed
chore(stackable-versioned): Re-add some udeps ignores
1 parent 88f1df8 commit 1bbe77b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crates/stackable-versioned-macros/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ all-features = true
1515
# are, however, used in test cases. This is a false-positive and an apparent
1616
# limitation of cargo-udeps. These entries can be removed once cargo-udeps
1717
# supports detecting usage of such dependencies.
18-
# development = ["k8s-openapi", "schemars", "serde_yaml", "stackable-versioned"]
18+
development = [
19+
"k8s-openapi",
20+
"kube",
21+
"schemars",
22+
"serde_yaml",
23+
"stackable-versioned",
24+
"tracing",
25+
]
1926

2027
[lib]
2128
proc-macro = true

0 commit comments

Comments
 (0)