Skip to content

Commit b3ab451

Browse files
committed
Silence udeps
1 parent 977df7b commit b3ab451

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

crates/stackable-webhook/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ clap.workspace = true
4242
[lints]
4343
workspace = true
4444

45-
# Only needed for tests, this is a false positive of "cargo udeps"
4645
[package.metadata.cargo-udeps.ignore]
47-
development = ["stackable-operator"]
46+
# We don't actually use this crate, but we need to enable the `trace` feature
47+
normal = ["tower-http"]
48+
# Only needed for tests, this is a false positive of "cargo udeps"
49+
development = ["tower-http", "stackable-operator"]

0 commit comments

Comments
 (0)